COLOR #0300CF

HEX: #0300CF
RGB: (3,0,207)

Color info

#0300CF contains mainly blue color. Web safe color of #0300CF is #0000CC (or #00C).

RGB color model

#0300CF color RGB value is (3,0,207).

  • red value is 3;
  • green value is 0;
  • blue value is 207.
RGB:
(3,0,207)
(1%,0%,81%)

RGB channels and saturation

R 3 of 255 = 1%
G 0 of 255 = 0%
B 207 of 255 = 81%

3
0
207

R + G + B ~ 27%. #0300CF is quite dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 0 + 207 = 210 (100%)
R 3 of 210 ~ 1.43%
G 0 of 210 ~ 0%
B 207 of 210 ~ 98.57%

%98.57

CMYK color model

#0300CF color CMYK value is (99,100,0,19).

  • cyan value is 98.55%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(99,100,0,19)
C99M100Y0K19 
(99%,100%,0%,19%)
(0.99/1.00/0.00/0.19)	

CMYK percentages

%98.55
%100
%0
%18.82

Codes

Color #0300CF in popluar color models

0300CF
RGB30207
HSL241°100.00%40.59%
HSB/HSV241°100.00%81.18%
CMYK98.55%100.00%0.00%
18.82%

Color #0300CF in popluar number systems.

HEX0300CF
Decimal30207
Binary11011001111
Octal30317

Shades and tints

Shades of #0300CF

#0300CF
(3,0,207)
#0300BD
(3,0,189)
#0300AB
(3,0,171)
#030099
(3,0,153)
#030087
(3,0,135)
#030075
(3,0,117)
#030063
(3,0,99)
#030051
(3,0,81)
#03003F
(3,0,63)
#03002D
(3,0,45)
#03001B
(3,0,27)
#000000
(0,0,0)

Tints of #0300CF

#0300CF
(3,0,207)
#1917D3
(25,23,211)
#2F2ED7
(47,46,215)
#4545DB
(69,69,219)
#5B5CDF
(91,92,223)
#7173E3
(113,115,227)
#878AE7
(135,138,231)
#9DA1EB
(157,161,235)
#B3B8EF
(179,184,239)
#C9CFF3
(201,207,243)
#DFE6F7
(223,230,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0300CF color. Also use rgb(3,0,207) instead hex code.

Text Font Color

.myTextColor { color: #0300CF; }

<p style="color:#0300CF">This sample text font color is #0300CF.</p>

This text font color is #0300CF.


Background Color

.myBgColor { background-color: #0300CF; }

<div style="background-color:#0300CF">Inner text</div>

This div background color is #0300CF.


Border color

.myBorderColor { border: 1px solid #0300CF; }

<div style="border:3px solid #0300CF">Div</div>

This div border color is #0300CF.


Opacity

.myOpacity80 { color: #0300CF; opacity: 0.8; }

<p style="color:#0300CF;opacity:0.8;">80%</p>

Text with #0300CF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0300CF;}

<p style="text-shadow: 3px 3px 1px #0300CF">Text here.</p>

This text has shadow with #0300CF color.

.textShadow {text-shadow: 3px 3px 1px #0300CF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0300CF, 5px 5px 20px red">Text here.</p>

This text has shadow with #0300CF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0300CF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0300CF, Direction=45, Strength=4)">Text</p>

This text has shadow with #0300CF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0300CF;
  -webkit-box-shadow:	1px 1px 3px 2px #0300CF;
  box-shadow:		1px 1px 3px 2px #0300CF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0300CF;
-webkit-box-shadow: 1px 1px 3px 2px #0300CF;
box-shadow:1px 1px 3px 2px #0300CF;">
Div content here</div>
This div box has shadow with color #0300CF.

Preview

Color preview on black background

This text has color #0300CF on black background.


Color preview on white background

This text has color #0300CF on white background.



Black color preview on #0300CF background

This text has black color on #0300CF background.


White color preview on #0300CF background

This text has white color on #0300CF background.