Shades of Blue #013EFC
Tints of Blue #013EFC
RGB
CMYK
RGB Variations
Color information
#013EFC (or 0x013EFC) is known color: Blue. HEX triplet: 01, 3E and FC. RGB value is (1,62,252). Sum of RGB (Red+Green+Blue) = 1+62+252=315 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 252 (98.83% from 255 or 80% from 315); Max value from RGB is 252 - color contains mainly: blue. Hex color #013EFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013EFC is #FEC103. Grayscale: #404040. Windows color (decimal): -16695556 or 16530945. OLE color: 16530945.
HSL color Cylindrical-coordinate representation of color #013EFC: hue angle of 225.42º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #013EFC is Cyan = 1.00, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 62 | 252 | - |
| CMYK | 1.00 | 0.75 | 0 | 0.01 |
| HSL | 225.42º | 0.99% | 0.5% | - |
| HSV(B) | 225.42º | 1% | 0.99% | - |
| XYZ | 19.31 | 10.48 | 93.1 | - |
| YUV | 65.42 | 233.29 | 82.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 62 | 252 | 1.00 | 0.75 | 0 | 0.01 | 225.42 | 0.99 | 0.5 |
| Hex | 1 | 3E | FC | 64 | 4B | 0 | 1 | E1 | 63 | 32 |
| Octal | 1 | 76 | 374 | 144 | 113 | 0 | 1 | 341 | 143 | 62 |
| Binary | 1 | 111110 | 11111100 | 1100100 | 1001011 | 0 | 1 | 11100001 | 1100011 | 110010 |
Color Harmonies of #013EFC
Complementary color
Monochromatic Colors of #013EFC
Black with #013EFC
Text Example
Text Example
White with #013EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013EFC; }
p { color: rgb(1,62,252); }
H1.HeaderClassName
{
color: #013EFC;
}
.AnyTagClassName
{
color: #013EFC;
}
</style>
background-color css
<style>
a { background-color: #013EFC; }
a { background-color: rgb(1,62,252); }
div.DivClassName
{
background-color: #013EFC;
}
.BgClassName
{
background-color: #013EFC;
}
</style>
border-color css
<style>
span { border-color: #013EFC; }
span { border-color: rgb(1,62,252); }
td.TdClassName
{
border-color: #013EFC;
}
.TagClassName
{
border-color: #013EFC;
}
</style>