Shades of Dodger Blue #047CFC
Tints of Dodger Blue #047CFC
RGB
CMYK
RGB Variations
Color information
#047CFC (or 0x047CFC) is known color: Dodger Blue. HEX triplet: 04, 7C and FC. RGB value is (4,124,252). Sum of RGB (Red+Green+Blue) = 4+124+252=380 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 252 (98.83% from 255 or 66.32% from 380); Max value from RGB is 252 - color contains mainly: blue. Hex color #047CFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #047CFC is #FB8303. Grayscale: #666666. Windows color (decimal): -16483076 or 16546820. OLE color: 16546820.
HSL color Cylindrical-coordinate representation of color #047CFC: hue angle of 210.97º 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 #047CFC is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 124 | 252 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.01 |
| HSL | 210.97º | 0.98% | 0.5% | - |
| HSV(B) | 210.97º | 0.98% | 0.99% | - |
| XYZ | 24.83 | 21.47 | 94.93 | - |
| YUV | 102.71 | 212.24 | 57.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 124 | 252 | 0.98 | 0.51 | 0 | 0.01 | 210.97 | 0.98 | 0.5 |
| Hex | 4 | 7C | FC | 62 | 33 | 0 | 1 | D3 | 62 | 32 |
| Octal | 4 | 174 | 374 | 142 | 63 | 0 | 1 | 323 | 142 | 62 |
| Binary | 100 | 1111100 | 11111100 | 1100010 | 110011 | 0 | 1 | 11010011 | 1100010 | 110010 |
Color Harmonies of #047CFC
Complementary color
Monochromatic Colors of #047CFC
Black with #047CFC
Text Example
Text Example
White with #047CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047CFC; }
p { color: rgb(4,124,252); }
H1.HeaderClassName
{
color: #047CFC;
}
.AnyTagClassName
{
color: #047CFC;
}
</style>
background-color css
<style>
a { background-color: #047CFC; }
a { background-color: rgb(4,124,252); }
div.DivClassName
{
background-color: #047CFC;
}
.BgClassName
{
background-color: #047CFC;
}
</style>
border-color css
<style>
span { border-color: #047CFC; }
span { border-color: rgb(4,124,252); }
td.TdClassName
{
border-color: #047CFC;
}
.TagClassName
{
border-color: #047CFC;
}
</style>