Shades of Dodger Blue #047AFE
Tints of Dodger Blue #047AFE
RGB
CMYK
RGB Variations
Color information
#047AFE (or 0x047AFE) is known color: Dodger Blue. HEX triplet: 04, 7A and FE. RGB value is (4,122,254). Sum of RGB (Red+Green+Blue) = 4+122+254=380 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 254 (99.61% from 255 or 66.84% from 380); Max value from RGB is 254 - color contains mainly: blue. Hex color #047AFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #047AFE is #FB8501. Grayscale: #656565. Windows color (decimal): -16483586 or 16677380. OLE color: 16677380.
HSL color Cylindrical-coordinate representation of color #047AFE: hue angle of 211.68º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047AFE is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 122 | 254 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.00 |
| HSL | 211.68º | 0.99% | 0.51% | - |
| HSV(B) | 211.68º | 0.98% | 1% | - |
| XYZ | 24.9 | 21.1 | 96.53 | - |
| YUV | 101.77 | 213.91 | 58.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 122 | 254 | 0.98 | 0.52 | 0 | 0.00 | 211.68 | 0.99 | 0.51 |
| Hex | 4 | 7A | FE | 62 | 34 | 0 | 0 | D4 | 63 | 33 |
| Octal | 4 | 172 | 376 | 142 | 64 | 0 | 0 | 324 | 143 | 63 |
| Binary | 100 | 1111010 | 11111110 | 1100010 | 110100 | 0 | 0 | 11010100 | 1100011 | 110011 |
Color Harmonies of #047AFE
Complementary color
Monochromatic Colors of #047AFE
Black with #047AFE
Text Example
Text Example
White with #047AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047AFE; }
p { color: rgb(4,122,254); }
H1.HeaderClassName
{
color: #047AFE;
}
.AnyTagClassName
{
color: #047AFE;
}
</style>
background-color css
<style>
a { background-color: #047AFE; }
a { background-color: rgb(4,122,254); }
div.DivClassName
{
background-color: #047AFE;
}
.BgClassName
{
background-color: #047AFE;
}
</style>
border-color css
<style>
span { border-color: #047AFE; }
span { border-color: rgb(4,122,254); }
td.TdClassName
{
border-color: #047AFE;
}
.TagClassName
{
border-color: #047AFE;
}
</style>