Shades of Dodger Blue #047FEA
Tints of Dodger Blue #047FEA
RGB
CMYK
RGB Variations
Color information
#047FEA (or 0x047FEA) is known color: Dodger Blue. HEX triplet: 04, 7F and EA. RGB value is (4,127,234). Sum of RGB (Red+Green+Blue) = 4+127+234=365 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 234 (91.80% from 255 or 64.11% from 365); Max value from RGB is 234 - color contains mainly: blue. Hex color #047FEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #047FEA is #FB8015. Grayscale: #656565. Windows color (decimal): -16482326 or 15367940. OLE color: 15367940.
HSL color Cylindrical-coordinate representation of color #047FEA: hue angle of 207.91º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047FEA is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 4 | 127 | 234 | - |
| CMYK | 0.98 | 0.46 | 0 | 0.08 |
| HSL | 207.91º | 0.97% | 0.47% | - |
| HSV(B) | 207.91º | 0.98% | 0.92% | - |
| XYZ | 22.49 | 21.15 | 80.74 | - |
| YUV | 102.42 | 202.25 | 57.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 127 | 234 | 0.98 | 0.46 | 0 | 0.08 | 207.91 | 0.97 | 0.47 |
| Hex | 4 | 7F | EA | 62 | 2E | 0 | 8 | D0 | 61 | 2F |
| Octal | 4 | 177 | 352 | 142 | 56 | 0 | 10 | 320 | 141 | 57 |
| Binary | 100 | 1111111 | 11101010 | 1100010 | 101110 | 0 | 1000 | 11010000 | 1100001 | 101111 |
Color Harmonies of #047FEA
Complementary color
Monochromatic Colors of #047FEA
Black with #047FEA
Text Example
Text Example
White with #047FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047FEA; }
p { color: rgb(4,127,234); }
H1.HeaderClassName
{
color: #047FEA;
}
.AnyTagClassName
{
color: #047FEA;
}
</style>
background-color css
<style>
a { background-color: #047FEA; }
a { background-color: rgb(4,127,234); }
div.DivClassName
{
background-color: #047FEA;
}
.BgClassName
{
background-color: #047FEA;
}
</style>
border-color css
<style>
span { border-color: #047FEA; }
span { border-color: rgb(4,127,234); }
td.TdClassName
{
border-color: #047FEA;
}
.TagClassName
{
border-color: #047FEA;
}
</style>