Shades of Blue #062BFC
Tints of Blue #062BFC
RGB
CMYK
RGB Variations
Color information
#062BFC (or 0x062BFC) is known color: Blue. HEX triplet: 06, 2B and FC. RGB value is (6,43,252). Sum of RGB (Red+Green+Blue) = 6+43+252=301 (39% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 252 (98.83% from 255 or 83.72% from 301); Max value from RGB is 252 - color contains mainly: blue. Hex color #062BFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #062BFC is #F9D403. Grayscale: #363636. Windows color (decimal): -16372740 or 16526086. OLE color: 16526086.
HSL color Cylindrical-coordinate representation of color #062BFC: hue angle of 230.98º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #062BFC is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 43 | 252 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.01 |
| HSL | 230.98º | 0.98% | 0.51% | - |
| HSV(B) | 230.98º | 0.98% | 0.99% | - |
| XYZ | 18.51 | 8.79 | 92.82 | - |
| YUV | 55.76 | 238.74 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 43 | 252 | 0.98 | 0.83 | 0 | 0.01 | 230.98 | 0.98 | 0.51 |
| Hex | 6 | 2B | FC | 62 | 53 | 0 | 1 | E7 | 62 | 33 |
| Octal | 6 | 53 | 374 | 142 | 123 | 0 | 1 | 347 | 142 | 63 |
| Binary | 110 | 101011 | 11111100 | 1100010 | 1010011 | 0 | 1 | 11100111 | 1100010 | 110011 |
Color Harmonies of #062BFC
Complementary color
Monochromatic Colors of #062BFC
Black with #062BFC
Text Example
Text Example
White with #062BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062BFC; }
p { color: rgb(6,43,252); }
H1.HeaderClassName
{
color: #062BFC;
}
.AnyTagClassName
{
color: #062BFC;
}
</style>
background-color css
<style>
a { background-color: #062BFC; }
a { background-color: rgb(6,43,252); }
div.DivClassName
{
background-color: #062BFC;
}
.BgClassName
{
background-color: #062BFC;
}
</style>
border-color css
<style>
span { border-color: #062BFC; }
span { border-color: rgb(6,43,252); }
td.TdClassName
{
border-color: #062BFC;
}
.TagClassName
{
border-color: #062BFC;
}
</style>