Shades of Blue #062CE9
Tints of Blue #062CE9
RGB
CMYK
RGB Variations
Color information
#062CE9 (or 0x062CE9) is known color: Blue. HEX triplet: 06, 2C and E9. RGB value is (6,44,233). Sum of RGB (Red+Green+Blue) = 6+44+233=283 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.12% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 233 (91.41% from 255 or 82.33% from 283); Max value from RGB is 233 - color contains mainly: blue. Hex color #062CE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #062CE9 is #F9D316. Grayscale: #353535. Windows color (decimal): -16372503 or 15281158. OLE color: 15281158.
HSL color Cylindrical-coordinate representation of color #062CE9: hue angle of 229.96º 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 #062CE9 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 6 | 44 | 233 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.09 |
| HSL | 229.96º | 0.95% | 0.47% | - |
| HSV(B) | 229.96º | 0.97% | 0.91% | - |
| XYZ | 15.68 | 7.72 | 77.75 | - |
| YUV | 54.18 | 228.91 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 44 | 233 | 0.97 | 0.81 | 0 | 0.09 | 229.96 | 0.95 | 0.47 |
| Hex | 6 | 2C | E9 | 61 | 51 | 0 | 9 | E6 | 5F | 2F |
| Octal | 6 | 54 | 351 | 141 | 121 | 0 | 11 | 346 | 137 | 57 |
| Binary | 110 | 101100 | 11101001 | 1100001 | 1010001 | 0 | 1001 | 11100110 | 1011111 | 101111 |
Color Harmonies of #062CE9
Complementary color
Monochromatic Colors of #062CE9
Black with #062CE9
Text Example
Text Example
White with #062CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062CE9; }
p { color: rgb(6,44,233); }
H1.HeaderClassName
{
color: #062CE9;
}
.AnyTagClassName
{
color: #062CE9;
}
</style>
background-color css
<style>
a { background-color: #062CE9; }
a { background-color: rgb(6,44,233); }
div.DivClassName
{
background-color: #062CE9;
}
.BgClassName
{
background-color: #062CE9;
}
</style>
border-color css
<style>
span { border-color: #062CE9; }
span { border-color: rgb(6,44,233); }
td.TdClassName
{
border-color: #062CE9;
}
.TagClassName
{
border-color: #062CE9;
}
</style>