Shades of Dodger Blue #048EE5
Tints of Dodger Blue #048EE5
RGB
CMYK
RGB Variations
Color information
#048EE5 (or 0x048EE5) is known color: Dodger Blue. HEX triplet: 04, 8E and E5. RGB value is (4,142,229). Sum of RGB (Red+Green+Blue) = 4+142+229=375 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.07% from 375); Green value is 142 (55.86% from 255 or 37.87% from 375); Blue value is 229 (89.84% from 255 or 61.07% from 375); Max value from RGB is 229 - color contains mainly: blue. Hex color #048EE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048EE5 is #FB711A. Grayscale: #6E6E6E. Windows color (decimal): -16478491 or 15044100. OLE color: 15044100.
HSL color Cylindrical-coordinate representation of color #048EE5: hue angle of 203.2º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048EE5 is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 4 | 142 | 229 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.10 |
| HSL | 203.2º | 0.97% | 0.46% | - |
| HSV(B) | 203.2º | 0.98% | 0.9% | - |
| XYZ | 23.87 | 25.03 | 77.7 | - |
| YUV | 110.66 | 194.78 | 51.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 142 | 229 | 0.98 | 0.38 | 0 | 0.10 | 203.2 | 0.97 | 0.46 |
| Hex | 4 | 8E | E5 | 62 | 26 | 0 | A | CB | 61 | 2E |
| Octal | 4 | 216 | 345 | 142 | 46 | 0 | 12 | 313 | 141 | 56 |
| Binary | 100 | 10001110 | 11100101 | 1100010 | 100110 | 0 | 1010 | 11001011 | 1100001 | 101110 |
Color Harmonies of #048EE5
Complementary color
Monochromatic Colors of #048EE5
Black with #048EE5
Text Example
Text Example
White with #048EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048EE5; }
p { color: rgb(4,142,229); }
H1.HeaderClassName
{
color: #048EE5;
}
.AnyTagClassName
{
color: #048EE5;
}
</style>
background-color css
<style>
a { background-color: #048EE5; }
a { background-color: rgb(4,142,229); }
div.DivClassName
{
background-color: #048EE5;
}
.BgClassName
{
background-color: #048EE5;
}
</style>
border-color css
<style>
span { border-color: #048EE5; }
span { border-color: rgb(4,142,229); }
td.TdClassName
{
border-color: #048EE5;
}
.TagClassName
{
border-color: #048EE5;
}
</style>