Shades of Dodger Blue #047FFA
Tints of Dodger Blue #047FFA
RGB
CMYK
RGB Variations
Color information
#047FFA (or 0x047FFA) is known color: Dodger Blue. HEX triplet: 04, 7F and FA. RGB value is (4,127,250). Sum of RGB (Red+Green+Blue) = 4+127+250=381 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 250 (98.05% from 255 or 65.62% from 381); Max value from RGB is 250 - color contains mainly: blue. Hex color #047FFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #047FFA is #FB8005. Grayscale: #676767. Windows color (decimal): -16482310 or 16416516. OLE color: 16416516.
HSL color Cylindrical-coordinate representation of color #047FFA: hue angle of 210º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047FFA is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 127 | 250 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.02 |
| HSL | 210º | 0.97% | 0.5% | - |
| HSV(B) | 210º | 0.98% | 0.98% | - |
| XYZ | 24.89 | 22.11 | 93.4 | - |
| YUV | 104.25 | 210.25 | 56.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 127 | 250 | 0.98 | 0.49 | 0 | 0.02 | 210 | 0.97 | 0.5 |
| Hex | 4 | 7F | FA | 62 | 31 | 0 | 2 | D2 | 61 | 32 |
| Octal | 4 | 177 | 372 | 142 | 61 | 0 | 2 | 322 | 141 | 62 |
| Binary | 100 | 1111111 | 11111010 | 1100010 | 110001 | 0 | 10 | 11010010 | 1100001 | 110010 |
Color Harmonies of #047FFA
Complementary color
Monochromatic Colors of #047FFA
Black with #047FFA
Text Example
Text Example
White with #047FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047FFA; }
p { color: rgb(4,127,250); }
H1.HeaderClassName
{
color: #047FFA;
}
.AnyTagClassName
{
color: #047FFA;
}
</style>
background-color css
<style>
a { background-color: #047FFA; }
a { background-color: rgb(4,127,250); }
div.DivClassName
{
background-color: #047FFA;
}
.BgClassName
{
background-color: #047FFA;
}
</style>
border-color css
<style>
span { border-color: #047FFA; }
span { border-color: rgb(4,127,250); }
td.TdClassName
{
border-color: #047FFA;
}
.TagClassName
{
border-color: #047FFA;
}
</style>