Shades of Blue #062EFF
Tints of Blue #062EFF
RGB
CMYK
RGB Variations
Color information
#062EFF (or 0x062EFF) is known color: Blue. HEX triplet: 06, 2E and FF. RGB value is (6,46,255). Sum of RGB (Red+Green+Blue) = 6+46+255=307 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 255 (100% from 255 or 83.06% from 307); Max value from RGB is 255 - color contains mainly: blue. Hex color #062EFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #062EFF is #F9D100. Grayscale: #383838. Windows color (decimal): -16371969 or 16723462. OLE color: 16723462.
HSL color Cylindrical-coordinate representation of color #062EFF: hue angle of 230.36º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #062EFF is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 46 | 255 | - |
| CMYK | 0.98 | 0.82 | 0 | 0 |
| HSL | 230.36º | 1% | 0.51% | - |
| HSV(B) | 230.36º | 0.98% | 1% | - |
| XYZ | 19.1 | 9.21 | 95.38 | - |
| YUV | 57.87 | 239.25 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 46 | 255 | 0.98 | 0.82 | 0 | 0 | 230.36 | 1 | 0.51 |
| Hex | 6 | 2E | FF | 62 | 52 | 0 | 0 | E6 | 64 | 33 |
| Octal | 6 | 56 | 377 | 142 | 122 | 0 | 0 | 346 | 144 | 63 |
| Binary | 110 | 101110 | 11111111 | 1100010 | 1010010 | 0 | 0 | 11100110 | 1100100 | 110011 |
Color Harmonies of #062EFF
Complementary color
Monochromatic Colors of #062EFF
Black with #062EFF
Text Example
Text Example
White with #062EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062EFF; }
p { color: rgb(6,46,255); }
H1.HeaderClassName
{
color: #062EFF;
}
.AnyTagClassName
{
color: #062EFF;
}
</style>
background-color css
<style>
a { background-color: #062EFF; }
a { background-color: rgb(6,46,255); }
div.DivClassName
{
background-color: #062EFF;
}
.BgClassName
{
background-color: #062EFF;
}
</style>
border-color css
<style>
span { border-color: #062EFF; }
span { border-color: rgb(6,46,255); }
td.TdClassName
{
border-color: #062EFF;
}
.TagClassName
{
border-color: #062EFF;
}
</style>