Shades of Blue #0003FF
Tints of Blue #0003FF
RGB
CMYK
RGB Variations
Color information
#0003FF (or 0x0003FF) is known color: Blue. HEX triplet: 00, 03 and FF. RGB value is (0,3,255). Sum of RGB (Red+Green+Blue) = 0+3+255=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 255 (100% from 255 or 98.84% from 258); Max value from RGB is 255 - color contains mainly: blue. Hex color #0003FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0003FF is #FFFC00. Grayscale: #1D1D1D. Windows color (decimal): -16776193 or 16712448. OLE color: 16712448.
HSL color Cylindrical-coordinate representation of color #0003FF: hue angle of 239.29º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0003FF is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 3 | 255 | - |
| CMYK | 1 | 0.99 | 0 | 0 |
| HSL | 239.29º | 1% | 0.5% | - |
| HSV(B) | 239.29º | 1% | 1% | - |
| XYZ | 18.08 | 7.29 | 95.06 | - |
| YUV | 30.83 | 254.51 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 3 | 255 | 1 | 0.99 | 0 | 0 | 239.29 | 1 | 0.5 |
| Hex | 0 | 3 | FF | 64 | 63 | 0 | 0 | EF | 64 | 32 |
| Octal | 0 | 3 | 377 | 144 | 143 | 0 | 0 | 357 | 144 | 62 |
| Binary | 0 | 11 | 11111111 | 1100100 | 1100011 | 0 | 0 | 11101111 | 1100100 | 110010 |
Color Harmonies of #0003FF
Complementary color
Monochromatic Colors of #0003FF
Black with #0003FF
Text Example
Text Example
White with #0003FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0003FF; }
p { color: rgb(0,3,255); }
H1.HeaderClassName
{
color: #0003FF;
}
.AnyTagClassName
{
color: #0003FF;
}
</style>
background-color css
<style>
a { background-color: #0003FF; }
a { background-color: rgb(0,3,255); }
div.DivClassName
{
background-color: #0003FF;
}
.BgClassName
{
background-color: #0003FF;
}
</style>
border-color css
<style>
span { border-color: #0003FF; }
span { border-color: rgb(0,3,255); }
td.TdClassName
{
border-color: #0003FF;
}
.TagClassName
{
border-color: #0003FF;
}
</style>