Shades of Dodger Blue #047FEE
Tints of Dodger Blue #047FEE
RGB
CMYK
RGB Variations
Color information
#047FEE (or 0x047FEE) is known color: Dodger Blue. HEX triplet: 04, 7F and EE. RGB value is (4,127,238). Sum of RGB (Red+Green+Blue) = 4+127+238=369 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 238 (93.36% from 255 or 64.50% from 369); Max value from RGB is 238 - color contains mainly: blue. Hex color #047FEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #047FEE is #FB8011. Grayscale: #666666. Windows color (decimal): -16482322 or 15630084. OLE color: 15630084.
HSL color Cylindrical-coordinate representation of color #047FEE: hue angle of 208.46º 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 #047FEE is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 127 | 238 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.07 |
| HSL | 208.46º | 0.97% | 0.47% | - |
| HSV(B) | 208.46º | 0.98% | 0.93% | - |
| XYZ | 23.07 | 21.38 | 83.8 | - |
| YUV | 102.88 | 204.25 | 57.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 127 | 238 | 0.98 | 0.47 | 0 | 0.07 | 208.46 | 0.97 | 0.47 |
| Hex | 4 | 7F | EE | 62 | 2F | 0 | 7 | D0 | 61 | 2F |
| Octal | 4 | 177 | 356 | 142 | 57 | 0 | 7 | 320 | 141 | 57 |
| Binary | 100 | 1111111 | 11101110 | 1100010 | 101111 | 0 | 111 | 11010000 | 1100001 | 101111 |
Color Harmonies of #047FEE
Complementary color
Monochromatic Colors of #047FEE
Black with #047FEE
Text Example
Text Example
White with #047FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047FEE; }
p { color: rgb(4,127,238); }
H1.HeaderClassName
{
color: #047FEE;
}
.AnyTagClassName
{
color: #047FEE;
}
</style>
background-color css
<style>
a { background-color: #047FEE; }
a { background-color: rgb(4,127,238); }
div.DivClassName
{
background-color: #047FEE;
}
.BgClassName
{
background-color: #047FEE;
}
</style>
border-color css
<style>
span { border-color: #047FEE; }
span { border-color: rgb(4,127,238); }
td.TdClassName
{
border-color: #047FEE;
}
.TagClassName
{
border-color: #047FEE;
}
</style>