Shades of Dodger Blue #047CEE
Tints of Dodger Blue #047CEE
RGB
CMYK
RGB Variations
Color information
#047CEE (or 0x047CEE) is known color: Dodger Blue. HEX triplet: 04, 7C and EE. RGB value is (4,124,238). Sum of RGB (Red+Green+Blue) = 4+124+238=366 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 238 (93.36% from 255 or 65.03% from 366); Max value from RGB is 238 - color contains mainly: blue. Hex color #047CEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #047CEE is #FB8311. Grayscale: #646464. Windows color (decimal): -16483090 or 15629316. OLE color: 15629316.
HSL color Cylindrical-coordinate representation of color #047CEE: hue angle of 209.23º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047CEE is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 124 | 238 | - |
| CMYK | 0.98 | 0.48 | 0 | 0.07 |
| HSL | 209.23º | 0.97% | 0.47% | - |
| HSV(B) | 209.23º | 0.98% | 0.93% | - |
| XYZ | 22.69 | 20.61 | 83.67 | - |
| YUV | 101.12 | 205.24 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 124 | 238 | 0.98 | 0.48 | 0 | 0.07 | 209.23 | 0.97 | 0.47 |
| Hex | 4 | 7C | EE | 62 | 30 | 0 | 7 | D1 | 61 | 2F |
| Octal | 4 | 174 | 356 | 142 | 60 | 0 | 7 | 321 | 141 | 57 |
| Binary | 100 | 1111100 | 11101110 | 1100010 | 110000 | 0 | 111 | 11010001 | 1100001 | 101111 |
Color Harmonies of #047CEE
Complementary color
Monochromatic Colors of #047CEE
Black with #047CEE
Text Example
Text Example
White with #047CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047CEE; }
p { color: rgb(4,124,238); }
H1.HeaderClassName
{
color: #047CEE;
}
.AnyTagClassName
{
color: #047CEE;
}
</style>
background-color css
<style>
a { background-color: #047CEE; }
a { background-color: rgb(4,124,238); }
div.DivClassName
{
background-color: #047CEE;
}
.BgClassName
{
background-color: #047CEE;
}
</style>
border-color css
<style>
span { border-color: #047CEE; }
span { border-color: rgb(4,124,238); }
td.TdClassName
{
border-color: #047CEE;
}
.TagClassName
{
border-color: #047CEE;
}
</style>