Shades of Blue #062FFE
Tints of Blue #062FFE
RGB
CMYK
RGB Variations
Color information
#062FFE (or 0x062FFE) is known color: Blue. HEX triplet: 06, 2F and FE. RGB value is (6,47,254). Sum of RGB (Red+Green+Blue) = 6+47+254=307 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 254 (99.61% from 255 or 82.74% from 307); Max value from RGB is 254 - color contains mainly: blue. Hex color #062FFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #062FFE is #F9D001. Grayscale: #393939. Windows color (decimal): -16371714 or 16658182. OLE color: 16658182.
HSL color Cylindrical-coordinate representation of color #062FFE: hue angle of 230.08º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #062FFE is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 47 | 254 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.00 |
| HSL | 230.08º | 0.99% | 0.51% | - |
| HSV(B) | 230.08º | 0.98% | 1% | - |
| XYZ | 18.98 | 9.23 | 94.55 | - |
| YUV | 58.34 | 238.42 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 47 | 254 | 0.98 | 0.81 | 0 | 0.00 | 230.08 | 0.99 | 0.51 |
| Hex | 6 | 2F | FE | 62 | 51 | 0 | 0 | E6 | 63 | 33 |
| Octal | 6 | 57 | 376 | 142 | 121 | 0 | 0 | 346 | 143 | 63 |
| Binary | 110 | 101111 | 11111110 | 1100010 | 1010001 | 0 | 0 | 11100110 | 1100011 | 110011 |
Color Harmonies of #062FFE
Complementary color
Monochromatic Colors of #062FFE
Black with #062FFE
Text Example
Text Example
White with #062FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062FFE; }
p { color: rgb(6,47,254); }
H1.HeaderClassName
{
color: #062FFE;
}
.AnyTagClassName
{
color: #062FFE;
}
</style>
background-color css
<style>
a { background-color: #062FFE; }
a { background-color: rgb(6,47,254); }
div.DivClassName
{
background-color: #062FFE;
}
.BgClassName
{
background-color: #062FFE;
}
</style>
border-color css
<style>
span { border-color: #062FFE; }
span { border-color: rgb(6,47,254); }
td.TdClassName
{
border-color: #062FFE;
}
.TagClassName
{
border-color: #062FFE;
}
</style>