Shades of Dodger Blue #048FE9
Tints of Dodger Blue #048FE9
RGB
CMYK
RGB Variations
Color information
#048FE9 (or 0x048FE9) is known color: Dodger Blue. HEX triplet: 04, 8F and E9. RGB value is (4,143,233). Sum of RGB (Red+Green+Blue) = 4+143+233=380 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 233 (91.41% from 255 or 61.32% from 380); Max value from RGB is 233 - color contains mainly: blue. Hex color #048FE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #048FE9 is #FB7016. Grayscale: #6F6F6F. Windows color (decimal): -16478231 or 15306500. OLE color: 15306500.
HSL color Cylindrical-coordinate representation of color #048FE9: hue angle of 203.58º 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 #048FE9 is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 4 | 143 | 233 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.09 |
| HSL | 203.58º | 0.97% | 0.46% | - |
| HSV(B) | 203.58º | 0.98% | 0.91% | - |
| XYZ | 24.58 | 25.55 | 80.73 | - |
| YUV | 111.7 | 196.45 | 51.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 143 | 233 | 0.98 | 0.39 | 0 | 0.09 | 203.58 | 0.97 | 0.46 |
| Hex | 4 | 8F | E9 | 62 | 27 | 0 | 9 | CC | 61 | 2E |
| Octal | 4 | 217 | 351 | 142 | 47 | 0 | 11 | 314 | 141 | 56 |
| Binary | 100 | 10001111 | 11101001 | 1100010 | 100111 | 0 | 1001 | 11001100 | 1100001 | 101110 |
Color Harmonies of #048FE9
Complementary color
Monochromatic Colors of #048FE9
Black with #048FE9
Text Example
Text Example
White with #048FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048FE9; }
p { color: rgb(4,143,233); }
H1.HeaderClassName
{
color: #048FE9;
}
.AnyTagClassName
{
color: #048FE9;
}
</style>
background-color css
<style>
a { background-color: #048FE9; }
a { background-color: rgb(4,143,233); }
div.DivClassName
{
background-color: #048FE9;
}
.BgClassName
{
background-color: #048FE9;
}
</style>
border-color css
<style>
span { border-color: #048FE9; }
span { border-color: rgb(4,143,233); }
td.TdClassName
{
border-color: #048FE9;
}
.TagClassName
{
border-color: #048FE9;
}
</style>