Shades of Dodger Blue #047EFC
Tints of Dodger Blue #047EFC
RGB
CMYK
RGB Variations
Color information
#047EFC (or 0x047EFC) is known color: Dodger Blue. HEX triplet: 04, 7E and FC. RGB value is (4,126,252). Sum of RGB (Red+Green+Blue) = 4+126+252=382 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 252 (98.83% from 255 or 65.97% from 382); Max value from RGB is 252 - color contains mainly: blue. Hex color #047EFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #047EFC is #FB8103. Grayscale: #676767. Windows color (decimal): -16482564 or 16547332. OLE color: 16547332.
HSL color Cylindrical-coordinate representation of color #047EFC: hue angle of 210.48º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047EFC is Cyan = 0.98, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 126 | 252 | - |
| CMYK | 0.98 | 0.5 | 0 | 0.01 |
| HSL | 210.48º | 0.98% | 0.5% | - |
| HSV(B) | 210.48º | 0.98% | 0.99% | - |
| XYZ | 25.08 | 21.98 | 95.02 | - |
| YUV | 103.89 | 211.58 | 56.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 126 | 252 | 0.98 | 0.5 | 0 | 0.01 | 210.48 | 0.98 | 0.5 |
| Hex | 4 | 7E | FC | 62 | 32 | 0 | 1 | D2 | 62 | 32 |
| Octal | 4 | 176 | 374 | 142 | 62 | 0 | 1 | 322 | 142 | 62 |
| Binary | 100 | 1111110 | 11111100 | 1100010 | 110010 | 0 | 1 | 11010010 | 1100010 | 110010 |
Color Harmonies of #047EFC
Complementary color
Monochromatic Colors of #047EFC
Black with #047EFC
Text Example
Text Example
White with #047EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047EFC; }
p { color: rgb(4,126,252); }
H1.HeaderClassName
{
color: #047EFC;
}
.AnyTagClassName
{
color: #047EFC;
}
</style>
background-color css
<style>
a { background-color: #047EFC; }
a { background-color: rgb(4,126,252); }
div.DivClassName
{
background-color: #047EFC;
}
.BgClassName
{
background-color: #047EFC;
}
</style>
border-color css
<style>
span { border-color: #047EFC; }
span { border-color: rgb(4,126,252); }
td.TdClassName
{
border-color: #047EFC;
}
.TagClassName
{
border-color: #047EFC;
}
</style>