Shades of Blue #062AF1
Tints of Blue #062AF1
RGB
CMYK
RGB Variations
Color information
#062AF1 (or 0x062AF1) is known color: Blue. HEX triplet: 06, 2A and F1. RGB value is (6,42,241). Sum of RGB (Red+Green+Blue) = 6+42+241=289 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 289); Green value is 42 (16.80% from 255 or 14.53% from 289); Blue value is 241 (94.53% from 255 or 83.39% from 289); Max value from RGB is 241 - color contains mainly: blue. Hex color #062AF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #062AF1 is #F9D50E. Grayscale: #353535. Windows color (decimal): -16373007 or 15804934. OLE color: 15804934.
HSL color Cylindrical-coordinate representation of color #062AF1: hue angle of 230.81º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #062AF1 is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 6 | 42 | 241 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.05 |
| HSL | 230.81º | 0.95% | 0.48% | - |
| HSV(B) | 230.81º | 0.98% | 0.95% | - |
| XYZ | 16.78 | 8.05 | 83.89 | - |
| YUV | 53.92 | 233.57 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 42 | 241 | 0.98 | 0.83 | 0 | 0.05 | 230.81 | 0.95 | 0.48 |
| Hex | 6 | 2A | F1 | 62 | 53 | 0 | 5 | E7 | 5F | 30 |
| Octal | 6 | 52 | 361 | 142 | 123 | 0 | 5 | 347 | 137 | 60 |
| Binary | 110 | 101010 | 11110001 | 1100010 | 1010011 | 0 | 101 | 11100111 | 1011111 | 110000 |
Color Harmonies of #062AF1
Complementary color
Monochromatic Colors of #062AF1
Black with #062AF1
Text Example
Text Example
White with #062AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062AF1; }
p { color: rgb(6,42,241); }
H1.HeaderClassName
{
color: #062AF1;
}
.AnyTagClassName
{
color: #062AF1;
}
</style>
background-color css
<style>
a { background-color: #062AF1; }
a { background-color: rgb(6,42,241); }
div.DivClassName
{
background-color: #062AF1;
}
.BgClassName
{
background-color: #062AF1;
}
</style>
border-color css
<style>
span { border-color: #062AF1; }
span { border-color: rgb(6,42,241); }
td.TdClassName
{
border-color: #062AF1;
}
.TagClassName
{
border-color: #062AF1;
}
</style>