Shades of Blue #062AFE
Tints of Blue #062AFE
RGB
CMYK
RGB Variations
Color information
#062AFE (or 0x062AFE) is known color: Blue. HEX triplet: 06, 2A and FE. RGB value is (6,42,254). Sum of RGB (Red+Green+Blue) = 6+42+254=302 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 254 (99.61% from 255 or 84.11% from 302); Max value from RGB is 254 - color contains mainly: blue. Hex color #062AFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #062AFE is #F9D501. Grayscale: #363636. Windows color (decimal): -16372994 or 16656902. OLE color: 16656902.
HSL color Cylindrical-coordinate representation of color #062AFE: hue angle of 231.29º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #062AFE is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 42 | 254 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.00 |
| HSL | 231.29º | 0.99% | 0.51% | - |
| HSV(B) | 231.29º | 0.98% | 1% | - |
| XYZ | 18.79 | 8.85 | 94.48 | - |
| YUV | 55.4 | 240.07 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 42 | 254 | 0.98 | 0.83 | 0 | 0.00 | 231.29 | 0.99 | 0.51 |
| Hex | 6 | 2A | FE | 62 | 53 | 0 | 0 | E7 | 63 | 33 |
| Octal | 6 | 52 | 376 | 142 | 123 | 0 | 0 | 347 | 143 | 63 |
| Binary | 110 | 101010 | 11111110 | 1100010 | 1010011 | 0 | 0 | 11100111 | 1100011 | 110011 |
Color Harmonies of #062AFE
Complementary color
Monochromatic Colors of #062AFE
Black with #062AFE
Text Example
Text Example
White with #062AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062AFE; }
p { color: rgb(6,42,254); }
H1.HeaderClassName
{
color: #062AFE;
}
.AnyTagClassName
{
color: #062AFE;
}
</style>
background-color css
<style>
a { background-color: #062AFE; }
a { background-color: rgb(6,42,254); }
div.DivClassName
{
background-color: #062AFE;
}
.BgClassName
{
background-color: #062AFE;
}
</style>
border-color css
<style>
span { border-color: #062AFE; }
span { border-color: rgb(6,42,254); }
td.TdClassName
{
border-color: #062AFE;
}
.TagClassName
{
border-color: #062AFE;
}
</style>