Shades of Blue #042DF0
Tints of Blue #042DF0
RGB
CMYK
RGB Variations
Color information
#042DF0 (or 0x042DF0) is known color: Blue. HEX triplet: 04, 2D and F0. RGB value is (4,45,240). Sum of RGB (Red+Green+Blue) = 4+45+240=289 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 240 (94.14% from 255 or 83.04% from 289); Max value from RGB is 240 - color contains mainly: blue. Hex color #042DF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #042DF0 is #FBD20F. Grayscale: #363636. Windows color (decimal): -16503312 or 15740164. OLE color: 15740164.
HSL color Cylindrical-coordinate representation of color #042DF0: hue angle of 229.58º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #042DF0 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 45 | 240 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.06 |
| HSL | 229.58º | 0.97% | 0.48% | - |
| HSV(B) | 229.58º | 0.98% | 0.94% | - |
| XYZ | 16.72 | 8.19 | 83.14 | - |
| YUV | 54.97 | 232.42 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 45 | 240 | 0.98 | 0.81 | 0 | 0.06 | 229.58 | 0.97 | 0.48 |
| Hex | 4 | 2D | F0 | 62 | 51 | 0 | 6 | E6 | 61 | 30 |
| Octal | 4 | 55 | 360 | 142 | 121 | 0 | 6 | 346 | 141 | 60 |
| Binary | 100 | 101101 | 11110000 | 1100010 | 1010001 | 0 | 110 | 11100110 | 1100001 | 110000 |
Color Harmonies of #042DF0
Complementary color
Monochromatic Colors of #042DF0
Black with #042DF0
Text Example
Text Example
White with #042DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042DF0; }
p { color: rgb(4,45,240); }
H1.HeaderClassName
{
color: #042DF0;
}
.AnyTagClassName
{
color: #042DF0;
}
</style>
background-color css
<style>
a { background-color: #042DF0; }
a { background-color: rgb(4,45,240); }
div.DivClassName
{
background-color: #042DF0;
}
.BgClassName
{
background-color: #042DF0;
}
</style>
border-color css
<style>
span { border-color: #042DF0; }
span { border-color: rgb(4,45,240); }
td.TdClassName
{
border-color: #042DF0;
}
.TagClassName
{
border-color: #042DF0;
}
</style>