Shades of Dodger Blue #047AFF
Tints of Dodger Blue #047AFF
RGB
CMYK
RGB Variations
Color information
#047AFF (or 0x047AFF) is known color: Dodger Blue. HEX triplet: 04, 7A and FF. RGB value is (4,122,255). Sum of RGB (Red+Green+Blue) = 4+122+255=381 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #047AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #047AFF is #FB8500. Grayscale: #656565. Windows color (decimal): -16483585 or 16742916. OLE color: 16742916.
HSL color Cylindrical-coordinate representation of color #047AFF: hue angle of 211.79º 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 #047AFF is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 122 | 255 | - |
| CMYK | 0.98 | 0.52 | 0 | 0 |
| HSL | 211.79º | 1% | 0.51% | - |
| HSV(B) | 211.79º | 0.98% | 1% | - |
| XYZ | 25.06 | 21.16 | 97.37 | - |
| YUV | 101.88 | 214.41 | 58.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 122 | 255 | 0.98 | 0.52 | 0 | 0 | 211.79 | 1 | 0.51 |
| Hex | 4 | 7A | FF | 62 | 34 | 0 | 0 | D4 | 64 | 33 |
| Octal | 4 | 172 | 377 | 142 | 64 | 0 | 0 | 324 | 144 | 63 |
| Binary | 100 | 1111010 | 11111111 | 1100010 | 110100 | 0 | 0 | 11010100 | 1100100 | 110011 |
Color Harmonies of #047AFF
Complementary color
Monochromatic Colors of #047AFF
Black with #047AFF
Text Example
Text Example
White with #047AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047AFF; }
p { color: rgb(4,122,255); }
H1.HeaderClassName
{
color: #047AFF;
}
.AnyTagClassName
{
color: #047AFF;
}
</style>
background-color css
<style>
a { background-color: #047AFF; }
a { background-color: rgb(4,122,255); }
div.DivClassName
{
background-color: #047AFF;
}
.BgClassName
{
background-color: #047AFF;
}
</style>
border-color css
<style>
span { border-color: #047AFF; }
span { border-color: rgb(4,122,255); }
td.TdClassName
{
border-color: #047AFF;
}
.TagClassName
{
border-color: #047AFF;
}
</style>