Shades of Dodger Blue #048BE8
Tints of Dodger Blue #048BE8
RGB
CMYK
RGB Variations
Color information
#048BE8 (or 0x048BE8) is known color: Dodger Blue. HEX triplet: 04, 8B and E8. RGB value is (4,139,232). Sum of RGB (Red+Green+Blue) = 4+139+232=375 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.07% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 232 (91.02% from 255 or 61.87% from 375); Max value from RGB is 232 - color contains mainly: blue. Hex color #048BE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #048BE8 is #FB7417. Grayscale: #6C6C6C. Windows color (decimal): -16479256 or 15239940. OLE color: 15239940.
HSL color Cylindrical-coordinate representation of color #048BE8: hue angle of 204.47º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048BE8 is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 4 | 139 | 232 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.09 |
| HSL | 204.47º | 0.97% | 0.46% | - |
| HSV(B) | 204.47º | 0.98% | 0.91% | - |
| XYZ | 23.85 | 24.32 | 79.78 | - |
| YUV | 109.24 | 197.27 | 52.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 139 | 232 | 0.98 | 0.40 | 0 | 0.09 | 204.47 | 0.97 | 0.46 |
| Hex | 4 | 8B | E8 | 62 | 28 | 0 | 9 | CC | 61 | 2E |
| Octal | 4 | 213 | 350 | 142 | 50 | 0 | 11 | 314 | 141 | 56 |
| Binary | 100 | 10001011 | 11101000 | 1100010 | 101000 | 0 | 1001 | 11001100 | 1100001 | 101110 |
Color Harmonies of #048BE8
Complementary color
Monochromatic Colors of #048BE8
Black with #048BE8
Text Example
Text Example
White with #048BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048BE8; }
p { color: rgb(4,139,232); }
H1.HeaderClassName
{
color: #048BE8;
}
.AnyTagClassName
{
color: #048BE8;
}
</style>
background-color css
<style>
a { background-color: #048BE8; }
a { background-color: rgb(4,139,232); }
div.DivClassName
{
background-color: #048BE8;
}
.BgClassName
{
background-color: #048BE8;
}
</style>
border-color css
<style>
span { border-color: #048BE8; }
span { border-color: rgb(4,139,232); }
td.TdClassName
{
border-color: #048BE8;
}
.TagClassName
{
border-color: #048BE8;
}
</style>