Shades of Blue #062DFE
Tints of Blue #062DFE
RGB
CMYK
RGB Variations
Color information
#062DFE (or 0x062DFE) is known color: Blue. HEX triplet: 06, 2D and FE. RGB value is (6,45,254). Sum of RGB (Red+Green+Blue) = 6+45+254=305 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 305); Green value is 45 (17.97% from 255 or 14.75% from 305); Blue value is 254 (99.61% from 255 or 83.28% from 305); Max value from RGB is 254 - color contains mainly: blue. Hex color #062DFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #062DFE is #F9D201. Grayscale: #383838. Windows color (decimal): -16372226 or 16657670. OLE color: 16657670.
HSL color Cylindrical-coordinate representation of color #062DFE: hue angle of 230.56º 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 #062DFE is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 45 | 254 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.00 |
| HSL | 230.56º | 0.99% | 0.51% | - |
| HSV(B) | 230.56º | 0.98% | 1% | - |
| XYZ | 18.9 | 9.07 | 94.52 | - |
| YUV | 57.17 | 239.08 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 45 | 254 | 0.98 | 0.82 | 0 | 0.00 | 230.56 | 0.99 | 0.51 |
| Hex | 6 | 2D | FE | 62 | 52 | 0 | 0 | E7 | 63 | 33 |
| Octal | 6 | 55 | 376 | 142 | 122 | 0 | 0 | 347 | 143 | 63 |
| Binary | 110 | 101101 | 11111110 | 1100010 | 1010010 | 0 | 0 | 11100111 | 1100011 | 110011 |
Color Harmonies of #062DFE
Complementary color
Monochromatic Colors of #062DFE
Black with #062DFE
Text Example
Text Example
White with #062DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062DFE; }
p { color: rgb(6,45,254); }
H1.HeaderClassName
{
color: #062DFE;
}
.AnyTagClassName
{
color: #062DFE;
}
</style>
background-color css
<style>
a { background-color: #062DFE; }
a { background-color: rgb(6,45,254); }
div.DivClassName
{
background-color: #062DFE;
}
.BgClassName
{
background-color: #062DFE;
}
</style>
border-color css
<style>
span { border-color: #062DFE; }
span { border-color: rgb(6,45,254); }
td.TdClassName
{
border-color: #062DFE;
}
.TagClassName
{
border-color: #062DFE;
}
</style>