Shades of Blue #062DF3
Tints of Blue #062DF3
RGB
CMYK
RGB Variations
Color information
#062DF3 (or 0x062DF3) is known color: Blue. HEX triplet: 06, 2D and F3. RGB value is (6,45,243). Sum of RGB (Red+Green+Blue) = 6+45+243=294 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.04% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 243 (95.31% from 255 or 82.65% from 294); Max value from RGB is 243 - color contains mainly: blue. Hex color #062DF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #062DF3 is #F9D20C. Grayscale: #373737. Windows color (decimal): -16372237 or 15936774. OLE color: 15936774.
HSL color Cylindrical-coordinate representation of color #062DF3: hue angle of 230.13º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #062DF3 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 6 | 45 | 243 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.05 |
| HSL | 230.13º | 0.95% | 0.49% | - |
| HSV(B) | 230.13º | 0.98% | 0.95% | - |
| XYZ | 17.19 | 8.39 | 85.51 | - |
| YUV | 55.91 | 233.58 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 45 | 243 | 0.98 | 0.81 | 0 | 0.05 | 230.13 | 0.95 | 0.49 |
| Hex | 6 | 2D | F3 | 62 | 51 | 0 | 5 | E6 | 5F | 31 |
| Octal | 6 | 55 | 363 | 142 | 121 | 0 | 5 | 346 | 137 | 61 |
| Binary | 110 | 101101 | 11110011 | 1100010 | 1010001 | 0 | 101 | 11100110 | 1011111 | 110001 |
Color Harmonies of #062DF3
Complementary color
Monochromatic Colors of #062DF3
Black with #062DF3
Text Example
Text Example
White with #062DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062DF3; }
p { color: rgb(6,45,243); }
H1.HeaderClassName
{
color: #062DF3;
}
.AnyTagClassName
{
color: #062DF3;
}
</style>
background-color css
<style>
a { background-color: #062DF3; }
a { background-color: rgb(6,45,243); }
div.DivClassName
{
background-color: #062DF3;
}
.BgClassName
{
background-color: #062DF3;
}
</style>
border-color css
<style>
span { border-color: #062DF3; }
span { border-color: rgb(6,45,243); }
td.TdClassName
{
border-color: #062DF3;
}
.TagClassName
{
border-color: #062DF3;
}
</style>