Shades of Dodger Blue #048EEA
Tints of Dodger Blue #048EEA
RGB
CMYK
RGB Variations
Color information
#048EEA (or 0x048EEA) is known color: Dodger Blue. HEX triplet: 04, 8E and EA. RGB value is (4,142,234). Sum of RGB (Red+Green+Blue) = 4+142+234=380 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 234 (91.80% from 255 or 61.58% from 380); Max value from RGB is 234 - color contains mainly: blue. Hex color #048EEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #048EEA is #FB7115. Grayscale: #6E6E6E. Windows color (decimal): -16478486 or 15371780. OLE color: 15371780.
HSL color Cylindrical-coordinate representation of color #048EEA: hue angle of 204º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048EEA is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 4 | 142 | 234 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.08 |
| HSL | 204º | 0.97% | 0.47% | - |
| HSV(B) | 204º | 0.98% | 0.92% | - |
| XYZ | 24.57 | 25.31 | 81.43 | - |
| YUV | 111.23 | 197.28 | 51.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 142 | 234 | 0.98 | 0.39 | 0 | 0.08 | 204 | 0.97 | 0.47 |
| Hex | 4 | 8E | EA | 62 | 27 | 0 | 8 | CC | 61 | 2F |
| Octal | 4 | 216 | 352 | 142 | 47 | 0 | 10 | 314 | 141 | 57 |
| Binary | 100 | 10001110 | 11101010 | 1100010 | 100111 | 0 | 1000 | 11001100 | 1100001 | 101111 |
Color Harmonies of #048EEA
Complementary color
Monochromatic Colors of #048EEA
Black with #048EEA
Text Example
Text Example
White with #048EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048EEA; }
p { color: rgb(4,142,234); }
H1.HeaderClassName
{
color: #048EEA;
}
.AnyTagClassName
{
color: #048EEA;
}
</style>
background-color css
<style>
a { background-color: #048EEA; }
a { background-color: rgb(4,142,234); }
div.DivClassName
{
background-color: #048EEA;
}
.BgClassName
{
background-color: #048EEA;
}
</style>
border-color css
<style>
span { border-color: #048EEA; }
span { border-color: rgb(4,142,234); }
td.TdClassName
{
border-color: #048EEA;
}
.TagClassName
{
border-color: #048EEA;
}
</style>