Shades of Dodger Blue #047CFF
Tints of Dodger Blue #047CFF
RGB
CMYK
RGB Variations
Color information
#047CFF (or 0x047CFF) is known color: Dodger Blue. HEX triplet: 04, 7C and FF. RGB value is (4,124,255). Sum of RGB (Red+Green+Blue) = 4+124+255=383 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #047CFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #047CFF is #FB8300. Grayscale: #666666. Windows color (decimal): -16483073 or 16743428. OLE color: 16743428.
HSL color Cylindrical-coordinate representation of color #047CFF: hue angle of 211.31º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047CFF is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 124 | 255 | - |
| CMYK | 0.98 | 0.51 | 0 | 0 |
| HSL | 211.31º | 1% | 0.51% | - |
| HSV(B) | 211.31º | 0.98% | 1% | - |
| XYZ | 25.31 | 21.66 | 97.45 | - |
| YUV | 103.05 | 213.74 | 57.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 124 | 255 | 0.98 | 0.51 | 0 | 0 | 211.31 | 1 | 0.51 |
| Hex | 4 | 7C | FF | 62 | 33 | 0 | 0 | D3 | 64 | 33 |
| Octal | 4 | 174 | 377 | 142 | 63 | 0 | 0 | 323 | 144 | 63 |
| Binary | 100 | 1111100 | 11111111 | 1100010 | 110011 | 0 | 0 | 11010011 | 1100100 | 110011 |
Color Harmonies of #047CFF
Complementary color
Monochromatic Colors of #047CFF
Black with #047CFF
Text Example
Text Example
White with #047CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047CFF; }
p { color: rgb(4,124,255); }
H1.HeaderClassName
{
color: #047CFF;
}
.AnyTagClassName
{
color: #047CFF;
}
</style>
background-color css
<style>
a { background-color: #047CFF; }
a { background-color: rgb(4,124,255); }
div.DivClassName
{
background-color: #047CFF;
}
.BgClassName
{
background-color: #047CFF;
}
</style>
border-color css
<style>
span { border-color: #047CFF; }
span { border-color: rgb(4,124,255); }
td.TdClassName
{
border-color: #047CFF;
}
.TagClassName
{
border-color: #047CFF;
}
</style>