Shades of Blue #062BE8
Tints of Blue #062BE8
RGB
CMYK
RGB Variations
Color information
#062BE8 (or 0x062BE8) is known color: Blue. HEX triplet: 06, 2B and E8. RGB value is (6,43,232). Sum of RGB (Red+Green+Blue) = 6+43+232=281 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 232 (91.02% from 255 or 82.56% from 281); Max value from RGB is 232 - color contains mainly: blue. Hex color #062BE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #062BE8 is #F9D417. Grayscale: #343434. Windows color (decimal): -16372760 or 15215366. OLE color: 15215366.
HSL color Cylindrical-coordinate representation of color #062BE8: hue angle of 230.18º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062BE8 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 6 | 43 | 232 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.09 |
| HSL | 230.18º | 0.95% | 0.47% | - |
| HSV(B) | 230.18º | 0.97% | 0.91% | - |
| XYZ | 15.5 | 7.59 | 76.99 | - |
| YUV | 53.48 | 228.74 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 43 | 232 | 0.97 | 0.81 | 0 | 0.09 | 230.18 | 0.95 | 0.47 |
| Hex | 6 | 2B | E8 | 61 | 51 | 0 | 9 | E6 | 5F | 2F |
| Octal | 6 | 53 | 350 | 141 | 121 | 0 | 11 | 346 | 137 | 57 |
| Binary | 110 | 101011 | 11101000 | 1100001 | 1010001 | 0 | 1001 | 11100110 | 1011111 | 101111 |
Color Harmonies of #062BE8
Complementary color
Monochromatic Colors of #062BE8
Black with #062BE8
Text Example
Text Example
White with #062BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062BE8; }
p { color: rgb(6,43,232); }
H1.HeaderClassName
{
color: #062BE8;
}
.AnyTagClassName
{
color: #062BE8;
}
</style>
background-color css
<style>
a { background-color: #062BE8; }
a { background-color: rgb(6,43,232); }
div.DivClassName
{
background-color: #062BE8;
}
.BgClassName
{
background-color: #062BE8;
}
</style>
border-color css
<style>
span { border-color: #062BE8; }
span { border-color: rgb(6,43,232); }
td.TdClassName
{
border-color: #062BE8;
}
.TagClassName
{
border-color: #062BE8;
}
</style>