Shades of Blue #003EFC
Tints of Blue #003EFC
RGB
CMYK
RGB Variations
Color information
#003EFC (or 0x003EFC) is known color: Blue. HEX triplet: 00, 3E and FC. RGB value is (0,62,252). Sum of RGB (Red+Green+Blue) = 0+62+252=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 252 (98.83% from 255 or 80.25% from 314); Max value from RGB is 252 - color contains mainly: blue. Hex color #003EFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #003EFC is #FFC103. Grayscale: #404040. Windows color (decimal): -16761092 or 16530944. OLE color: 16530944.
HSL color Cylindrical-coordinate representation of color #003EFC: hue angle of 225.24º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003EFC is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 62 | 252 | - |
| CMYK | 1 | 0.75 | 0 | 0.01 |
| HSL | 225.24º | 1% | 0.49% | - |
| HSV(B) | 225.24º | 1% | 0.99% | - |
| XYZ | 19.29 | 10.47 | 93.1 | - |
| YUV | 65.12 | 233.46 | 81.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 62 | 252 | 1 | 0.75 | 0 | 0.01 | 225.24 | 1 | 0.49 |
| Hex | 0 | 3E | FC | 64 | 4B | 0 | 1 | E1 | 64 | 31 |
| Octal | 0 | 76 | 374 | 144 | 113 | 0 | 1 | 341 | 144 | 61 |
| Binary | 0 | 111110 | 11111100 | 1100100 | 1001011 | 0 | 1 | 11100001 | 1100100 | 110001 |
Color Harmonies of #003EFC
Complementary color
Monochromatic Colors of #003EFC
Black with #003EFC
Text Example
Text Example
White with #003EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003EFC; }
p { color: rgb(0,62,252); }
H1.HeaderClassName
{
color: #003EFC;
}
.AnyTagClassName
{
color: #003EFC;
}
</style>
background-color css
<style>
a { background-color: #003EFC; }
a { background-color: rgb(0,62,252); }
div.DivClassName
{
background-color: #003EFC;
}
.BgClassName
{
background-color: #003EFC;
}
</style>
border-color css
<style>
span { border-color: #003EFC; }
span { border-color: rgb(0,62,252); }
td.TdClassName
{
border-color: #003EFC;
}
.TagClassName
{
border-color: #003EFC;
}
</style>