Shades of Blue #062CFB
Tints of Blue #062CFB
RGB
CMYK
RGB Variations
Color information
#062CFB (or 0x062CFB) is known color: Blue. HEX triplet: 06, 2C and FB. RGB value is (6,44,251). Sum of RGB (Red+Green+Blue) = 6+44+251=301 (39% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 251 (98.44% from 255 or 83.39% from 301); Max value from RGB is 251 - color contains mainly: blue. Hex color #062CFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #062CFB is #F9D304. Grayscale: #373737. Windows color (decimal): -16372485 or 16460806. OLE color: 16460806.
HSL color Cylindrical-coordinate representation of color #062CFB: hue angle of 230.69º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #062CFB is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 44 | 251 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.02 |
| HSL | 230.69º | 0.97% | 0.5% | - |
| HSV(B) | 230.69º | 0.98% | 0.98% | - |
| XYZ | 18.39 | 8.81 | 92 | - |
| YUV | 56.24 | 237.91 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 44 | 251 | 0.98 | 0.82 | 0 | 0.02 | 230.69 | 0.97 | 0.5 |
| Hex | 6 | 2C | FB | 62 | 52 | 0 | 2 | E7 | 61 | 32 |
| Octal | 6 | 54 | 373 | 142 | 122 | 0 | 2 | 347 | 141 | 62 |
| Binary | 110 | 101100 | 11111011 | 1100010 | 1010010 | 0 | 10 | 11100111 | 1100001 | 110010 |
Color Harmonies of #062CFB
Complementary color
Monochromatic Colors of #062CFB
Black with #062CFB
Text Example
Text Example
White with #062CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062CFB; }
p { color: rgb(6,44,251); }
H1.HeaderClassName
{
color: #062CFB;
}
.AnyTagClassName
{
color: #062CFB;
}
</style>
background-color css
<style>
a { background-color: #062CFB; }
a { background-color: rgb(6,44,251); }
div.DivClassName
{
background-color: #062CFB;
}
.BgClassName
{
background-color: #062CFB;
}
</style>
border-color css
<style>
span { border-color: #062CFB; }
span { border-color: rgb(6,44,251); }
td.TdClassName
{
border-color: #062CFB;
}
.TagClassName
{
border-color: #062CFB;
}
</style>