Shades of Medium Blue #0300DF
Tints of Medium Blue #0300DF
RGB
CMYK
RGB Variations
Color information
#0300DF (or 0x0300DF) is known color: Medium Blue. HEX triplet: 03, 00 and DF. RGB value is (3,0,223). Sum of RGB (Red+Green+Blue) = 3+0+223=226 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 223 (87.5% from 255 or 98.67% from 226); Max value from RGB is 223 - color contains mainly: blue. Hex color #0300DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0300DF is #FCFF20. Grayscale: #191919. Windows color (decimal): -16580385 or 14614531. OLE color: 14614531.
HSL color Cylindrical-coordinate representation of color #0300DF: hue angle of 240.81º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0300DF is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 0 | 223 | - |
| CMYK | 0.99 | 1 | 0 | 0.13 |
| HSL | 240.81º | 1% | 0.44% | - |
| HSV(B) | 240.81º | 1% | 0.87% | - |
| XYZ | 13.36 | 5.35 | 70.14 | - |
| YUV | 26.32 | 238.99 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 0 | 223 | 0.99 | 1 | 0 | 0.13 | 240.81 | 1 | 0.44 |
| Hex | 3 | 0 | DF | 63 | 64 | 0 | D | F1 | 64 | 2C |
| Octal | 3 | 0 | 337 | 143 | 144 | 0 | 15 | 361 | 144 | 54 |
| Binary | 11 | 0 | 11011111 | 1100011 | 1100100 | 0 | 1101 | 11110001 | 1100100 | 101100 |
Color Harmonies of #0300DF
Complementary color
Monochromatic Colors of #0300DF
Black with #0300DF
Text Example
Text Example
White with #0300DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0300DF; }
p { color: rgb(3,0,223); }
H1.HeaderClassName
{
color: #0300DF;
}
.AnyTagClassName
{
color: #0300DF;
}
</style>
background-color css
<style>
a { background-color: #0300DF; }
a { background-color: rgb(3,0,223); }
div.DivClassName
{
background-color: #0300DF;
}
.BgClassName
{
background-color: #0300DF;
}
</style>
border-color css
<style>
span { border-color: #0300DF; }
span { border-color: rgb(3,0,223); }
td.TdClassName
{
border-color: #0300DF;
}
.TagClassName
{
border-color: #0300DF;
}
</style>