Shades of Blue #062EFC
Tints of Blue #062EFC
RGB
CMYK
RGB Variations
Color information
#062EFC (or 0x062EFC) is known color: Blue. HEX triplet: 06, 2E and FC. RGB value is (6,46,252). Sum of RGB (Red+Green+Blue) = 6+46+252=304 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 252 (98.83% from 255 or 82.89% from 304); Max value from RGB is 252 - color contains mainly: blue. Hex color #062EFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #062EFC is #F9D103. Grayscale: #383838. Windows color (decimal): -16371972 or 16526854. OLE color: 16526854.
HSL color Cylindrical-coordinate representation of color #062EFC: hue angle of 230.24º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #062EFC is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 46 | 252 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.01 |
| HSL | 230.24º | 0.98% | 0.51% | - |
| HSV(B) | 230.24º | 0.98% | 0.99% | - |
| XYZ | 18.62 | 9.02 | 92.86 | - |
| YUV | 57.52 | 237.75 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 46 | 252 | 0.98 | 0.82 | 0 | 0.01 | 230.24 | 0.98 | 0.51 |
| Hex | 6 | 2E | FC | 62 | 52 | 0 | 1 | E6 | 62 | 33 |
| Octal | 6 | 56 | 374 | 142 | 122 | 0 | 1 | 346 | 142 | 63 |
| Binary | 110 | 101110 | 11111100 | 1100010 | 1010010 | 0 | 1 | 11100110 | 1100010 | 110011 |
Color Harmonies of #062EFC
Complementary color
Monochromatic Colors of #062EFC
Black with #062EFC
Text Example
Text Example
White with #062EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062EFC; }
p { color: rgb(6,46,252); }
H1.HeaderClassName
{
color: #062EFC;
}
.AnyTagClassName
{
color: #062EFC;
}
</style>
background-color css
<style>
a { background-color: #062EFC; }
a { background-color: rgb(6,46,252); }
div.DivClassName
{
background-color: #062EFC;
}
.BgClassName
{
background-color: #062EFC;
}
</style>
border-color css
<style>
span { border-color: #062EFC; }
span { border-color: rgb(6,46,252); }
td.TdClassName
{
border-color: #062EFC;
}
.TagClassName
{
border-color: #062EFC;
}
</style>