Shades of Dodger Blue #048CE6
Tints of Dodger Blue #048CE6
RGB
CMYK
RGB Variations
Color information
#048CE6 (or 0x048CE6) is known color: Dodger Blue. HEX triplet: 04, 8C and E6. RGB value is (4,140,230). Sum of RGB (Red+Green+Blue) = 4+140+230=374 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.07% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 230 (90.23% from 255 or 61.50% from 374); Max value from RGB is 230 - color contains mainly: blue. Hex color #048CE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #048CE6 is #FB7319. Grayscale: #6D6D6D. Windows color (decimal): -16479002 or 15109124. OLE color: 15109124.
HSL color Cylindrical-coordinate representation of color #048CE6: hue angle of 203.89º 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 #048CE6 is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 4 | 140 | 230 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.10 |
| HSL | 203.89º | 0.97% | 0.46% | - |
| HSV(B) | 203.89º | 0.98% | 0.9% | - |
| XYZ | 23.71 | 24.5 | 78.34 | - |
| YUV | 109.6 | 195.94 | 52.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 140 | 230 | 0.98 | 0.39 | 0 | 0.10 | 203.89 | 0.97 | 0.46 |
| Hex | 4 | 8C | E6 | 62 | 27 | 0 | A | CC | 61 | 2E |
| Octal | 4 | 214 | 346 | 142 | 47 | 0 | 12 | 314 | 141 | 56 |
| Binary | 100 | 10001100 | 11100110 | 1100010 | 100111 | 0 | 1010 | 11001100 | 1100001 | 101110 |
Color Harmonies of #048CE6
Complementary color
Monochromatic Colors of #048CE6
Black with #048CE6
Text Example
Text Example
White with #048CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048CE6; }
p { color: rgb(4,140,230); }
H1.HeaderClassName
{
color: #048CE6;
}
.AnyTagClassName
{
color: #048CE6;
}
</style>
background-color css
<style>
a { background-color: #048CE6; }
a { background-color: rgb(4,140,230); }
div.DivClassName
{
background-color: #048CE6;
}
.BgClassName
{
background-color: #048CE6;
}
</style>
border-color css
<style>
span { border-color: #048CE6; }
span { border-color: rgb(4,140,230); }
td.TdClassName
{
border-color: #048CE6;
}
.TagClassName
{
border-color: #048CE6;
}
</style>