Shades of Dodger Blue #047CFD
Tints of Dodger Blue #047CFD
RGB
CMYK
RGB Variations
Color information
#047CFD (or 0x047CFD) is known color: Dodger Blue. HEX triplet: 04, 7C and FD. RGB value is (4,124,253). Sum of RGB (Red+Green+Blue) = 4+124+253=381 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 253 (99.22% from 255 or 66.40% from 381); Max value from RGB is 253 - color contains mainly: blue. Hex color #047CFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #047CFD is #FB8302. Grayscale: #666666. Windows color (decimal): -16483075 or 16612356. OLE color: 16612356.
HSL color Cylindrical-coordinate representation of color #047CFD: hue angle of 211.08º 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 #047CFD is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 124 | 253 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.01 |
| HSL | 211.08º | 0.98% | 0.5% | - |
| HSV(B) | 211.08º | 0.98% | 0.99% | - |
| XYZ | 24.99 | 21.53 | 95.77 | - |
| YUV | 102.83 | 212.74 | 57.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 124 | 253 | 0.98 | 0.51 | 0 | 0.01 | 211.08 | 0.98 | 0.5 |
| Hex | 4 | 7C | FD | 62 | 33 | 0 | 1 | D3 | 62 | 32 |
| Octal | 4 | 174 | 375 | 142 | 63 | 0 | 1 | 323 | 142 | 62 |
| Binary | 100 | 1111100 | 11111101 | 1100010 | 110011 | 0 | 1 | 11010011 | 1100010 | 110010 |
Color Harmonies of #047CFD
Complementary color
Monochromatic Colors of #047CFD
Black with #047CFD
Text Example
Text Example
White with #047CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047CFD; }
p { color: rgb(4,124,253); }
H1.HeaderClassName
{
color: #047CFD;
}
.AnyTagClassName
{
color: #047CFD;
}
</style>
background-color css
<style>
a { background-color: #047CFD; }
a { background-color: rgb(4,124,253); }
div.DivClassName
{
background-color: #047CFD;
}
.BgClassName
{
background-color: #047CFD;
}
</style>
border-color css
<style>
span { border-color: #047CFD; }
span { border-color: rgb(4,124,253); }
td.TdClassName
{
border-color: #047CFD;
}
.TagClassName
{
border-color: #047CFD;
}
</style>