Shades of Blue #062DED
Tints of Blue #062DED
RGB
CMYK
RGB Variations
Color information
#062DED (or 0x062DED) is known color: Blue. HEX triplet: 06, 2D and ED. RGB value is (6,45,237). Sum of RGB (Red+Green+Blue) = 6+45+237=288 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 237 (92.97% from 255 or 82.29% from 288); Max value from RGB is 237 - color contains mainly: blue. Hex color #062DED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #062DED is #F9D212. Grayscale: #363636. Windows color (decimal): -16372243 or 15543558. OLE color: 15543558.
HSL color Cylindrical-coordinate representation of color #062DED: hue angle of 229.87º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062DED is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 45 | 237 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.07 |
| HSL | 229.87º | 0.95% | 0.48% | - |
| HSV(B) | 229.87º | 0.97% | 0.93% | - |
| XYZ | 16.3 | 8.03 | 80.81 | - |
| YUV | 55.23 | 230.58 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 45 | 237 | 0.97 | 0.81 | 0 | 0.07 | 229.87 | 0.95 | 0.48 |
| Hex | 6 | 2D | ED | 61 | 51 | 0 | 7 | E6 | 5F | 30 |
| Octal | 6 | 55 | 355 | 141 | 121 | 0 | 7 | 346 | 137 | 60 |
| Binary | 110 | 101101 | 11101101 | 1100001 | 1010001 | 0 | 111 | 11100110 | 1011111 | 110000 |
Color Harmonies of #062DED
Complementary color
Monochromatic Colors of #062DED
Black with #062DED
Text Example
Text Example
White with #062DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062DED; }
p { color: rgb(6,45,237); }
H1.HeaderClassName
{
color: #062DED;
}
.AnyTagClassName
{
color: #062DED;
}
</style>
background-color css
<style>
a { background-color: #062DED; }
a { background-color: rgb(6,45,237); }
div.DivClassName
{
background-color: #062DED;
}
.BgClassName
{
background-color: #062DED;
}
</style>
border-color css
<style>
span { border-color: #062DED; }
span { border-color: rgb(6,45,237); }
td.TdClassName
{
border-color: #062DED;
}
.TagClassName
{
border-color: #062DED;
}
</style>