Shades of Blue #062FFB
Tints of Blue #062FFB
RGB
CMYK
RGB Variations
Color information
#062FFB (or 0x062FFB) is known color: Blue. HEX triplet: 06, 2F and FB. RGB value is (6,47,251). Sum of RGB (Red+Green+Blue) = 6+47+251=304 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 251 (98.44% from 255 or 82.57% from 304); Max value from RGB is 251 - color contains mainly: blue. Hex color #062FFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #062FFB is #F9D004. Grayscale: #393939. Windows color (decimal): -16371717 or 16461574. OLE color: 16461574.
HSL color Cylindrical-coordinate representation of color #062FFB: hue angle of 229.96º 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 #062FFB is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 47 | 251 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.02 |
| HSL | 229.96º | 0.97% | 0.5% | - |
| HSV(B) | 229.96º | 0.98% | 0.98% | - |
| XYZ | 18.5 | 9.04 | 92.04 | - |
| YUV | 58 | 236.92 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 47 | 251 | 0.98 | 0.81 | 0 | 0.02 | 229.96 | 0.97 | 0.5 |
| Hex | 6 | 2F | FB | 62 | 51 | 0 | 2 | E6 | 61 | 32 |
| Octal | 6 | 57 | 373 | 142 | 121 | 0 | 2 | 346 | 141 | 62 |
| Binary | 110 | 101111 | 11111011 | 1100010 | 1010001 | 0 | 10 | 11100110 | 1100001 | 110010 |
Color Harmonies of #062FFB
Complementary color
Monochromatic Colors of #062FFB
Black with #062FFB
Text Example
Text Example
White with #062FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062FFB; }
p { color: rgb(6,47,251); }
H1.HeaderClassName
{
color: #062FFB;
}
.AnyTagClassName
{
color: #062FFB;
}
</style>
background-color css
<style>
a { background-color: #062FFB; }
a { background-color: rgb(6,47,251); }
div.DivClassName
{
background-color: #062FFB;
}
.BgClassName
{
background-color: #062FFB;
}
</style>
border-color css
<style>
span { border-color: #062FFB; }
span { border-color: rgb(6,47,251); }
td.TdClassName
{
border-color: #062FFB;
}
.TagClassName
{
border-color: #062FFB;
}
</style>