Shades of Blue #062FFF
Tints of Blue #062FFF
RGB
CMYK
RGB Variations
Color information
#062FFF (or 0x062FFF) is known color: Blue. HEX triplet: 06, 2F and FF. RGB value is (6,47,255). Sum of RGB (Red+Green+Blue) = 6+47+255=308 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 255 (100% from 255 or 82.79% from 308); Max value from RGB is 255 - color contains mainly: blue. Hex color #062FFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #062FFF is #F9D000. Grayscale: #393939. Windows color (decimal): -16371713 or 16723718. OLE color: 16723718.
HSL color Cylindrical-coordinate representation of color #062FFF: hue angle of 230.12º 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 #062FFF is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 47 | 255 | - |
| CMYK | 0.98 | 0.82 | 0 | 0 |
| HSL | 230.12º | 1% | 0.51% | - |
| HSV(B) | 230.12º | 0.98% | 1% | - |
| XYZ | 19.14 | 9.29 | 95.39 | - |
| YUV | 58.45 | 238.92 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 47 | 255 | 0.98 | 0.82 | 0 | 0 | 230.12 | 1 | 0.51 |
| Hex | 6 | 2F | FF | 62 | 52 | 0 | 0 | E6 | 64 | 33 |
| Octal | 6 | 57 | 377 | 142 | 122 | 0 | 0 | 346 | 144 | 63 |
| Binary | 110 | 101111 | 11111111 | 1100010 | 1010010 | 0 | 0 | 11100110 | 1100100 | 110011 |
Color Harmonies of #062FFF
Complementary color
Monochromatic Colors of #062FFF
Black with #062FFF
Text Example
Text Example
White with #062FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062FFF; }
p { color: rgb(6,47,255); }
H1.HeaderClassName
{
color: #062FFF;
}
.AnyTagClassName
{
color: #062FFF;
}
</style>
background-color css
<style>
a { background-color: #062FFF; }
a { background-color: rgb(6,47,255); }
div.DivClassName
{
background-color: #062FFF;
}
.BgClassName
{
background-color: #062FFF;
}
</style>
border-color css
<style>
span { border-color: #062FFF; }
span { border-color: rgb(6,47,255); }
td.TdClassName
{
border-color: #062FFF;
}
.TagClassName
{
border-color: #062FFF;
}
</style>