Shades of Blue #003FFF
Tints of Blue #003FFF
RGB
CMYK
RGB Variations
Color information
#003FFF (or 0x003FFF) is known color: Blue. HEX triplet: 00, 3F and FF. RGB value is (0,63,255). Sum of RGB (Red+Green+Blue) = 0+63+255=318 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 255 (100% from 255 or 80.19% from 318); Max value from RGB is 255 - color contains mainly: blue. Hex color #003FFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003FFF is #FFC000. Grayscale: #414141. Windows color (decimal): -16760833 or 16727808. OLE color: 16727808.
HSL color Cylindrical-coordinate representation of color #003FFF: hue angle of 225.18º 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 #003FFF is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 63 | 255 | - |
| CMYK | 1 | 0.75 | 0 | 0 |
| HSL | 225.18º | 1% | 0.5% | - |
| HSV(B) | 225.18º | 1% | 1% | - |
| XYZ | 19.83 | 10.78 | 95.64 | - |
| YUV | 66.05 | 234.63 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 255 | 1 | 0.75 | 0 | 0 | 225.18 | 1 | 0.5 |
| Hex | 0 | 3F | FF | 64 | 4B | 0 | 0 | E1 | 64 | 32 |
| Octal | 0 | 77 | 377 | 144 | 113 | 0 | 0 | 341 | 144 | 62 |
| Binary | 0 | 111111 | 11111111 | 1100100 | 1001011 | 0 | 0 | 11100001 | 1100100 | 110010 |
Color Harmonies of #003FFF
Complementary color
Monochromatic Colors of #003FFF
Black with #003FFF
Text Example
Text Example
White with #003FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003FFF; }
p { color: rgb(0,63,255); }
H1.HeaderClassName
{
color: #003FFF;
}
.AnyTagClassName
{
color: #003FFF;
}
</style>
background-color css
<style>
a { background-color: #003FFF; }
a { background-color: rgb(0,63,255); }
div.DivClassName
{
background-color: #003FFF;
}
.BgClassName
{
background-color: #003FFF;
}
</style>
border-color css
<style>
span { border-color: #003FFF; }
span { border-color: rgb(0,63,255); }
td.TdClassName
{
border-color: #003FFF;
}
.TagClassName
{
border-color: #003FFF;
}
</style>