Shades of Blue #062AF8
Tints of Blue #062AF8
RGB
CMYK
RGB Variations
Color information
#062AF8 (or 0x062AF8) is known color: Blue. HEX triplet: 06, 2A and F8. RGB value is (6,42,248). Sum of RGB (Red+Green+Blue) = 6+42+248=296 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 248 (97.27% from 255 or 83.78% from 296); Max value from RGB is 248 - color contains mainly: blue. Hex color #062AF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #062AF8 is #F9D507. Grayscale: #353535. Windows color (decimal): -16373000 or 16263686. OLE color: 16263686.
HSL color Cylindrical-coordinate representation of color #062AF8: hue angle of 231.07º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #062AF8 is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 6 | 42 | 248 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.03 |
| HSL | 231.07º | 0.95% | 0.5% | - |
| HSV(B) | 231.07º | 0.98% | 0.97% | - |
| XYZ | 17.85 | 8.47 | 89.5 | - |
| YUV | 54.72 | 237.07 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 42 | 248 | 0.98 | 0.83 | 0 | 0.03 | 231.07 | 0.95 | 0.5 |
| Hex | 6 | 2A | F8 | 62 | 53 | 0 | 3 | E7 | 5F | 32 |
| Octal | 6 | 52 | 370 | 142 | 123 | 0 | 3 | 347 | 137 | 62 |
| Binary | 110 | 101010 | 11111000 | 1100010 | 1010011 | 0 | 11 | 11100111 | 1011111 | 110010 |
Color Harmonies of #062AF8
Complementary color
Monochromatic Colors of #062AF8
Black with #062AF8
Text Example
Text Example
White with #062AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062AF8; }
p { color: rgb(6,42,248); }
H1.HeaderClassName
{
color: #062AF8;
}
.AnyTagClassName
{
color: #062AF8;
}
</style>
background-color css
<style>
a { background-color: #062AF8; }
a { background-color: rgb(6,42,248); }
div.DivClassName
{
background-color: #062AF8;
}
.BgClassName
{
background-color: #062AF8;
}
</style>
border-color css
<style>
span { border-color: #062AF8; }
span { border-color: rgb(6,42,248); }
td.TdClassName
{
border-color: #062AF8;
}
.TagClassName
{
border-color: #062AF8;
}
</style>