Shades of Dodger Blue #0479FA
Tints of Dodger Blue #0479FA
RGB
CMYK
RGB Variations
Color information
#0479FA (or 0x0479FA) is known color: Dodger Blue. HEX triplet: 04, 79 and FA. RGB value is (4,121,250). Sum of RGB (Red+Green+Blue) = 4+121+250=375 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.07% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 250 (98.05% from 255 or 66.67% from 375); Max value from RGB is 250 - color contains mainly: blue. Hex color #0479FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0479FA is #FB8605. Grayscale: #646464. Windows color (decimal): -16483846 or 16414980. OLE color: 16414980.
HSL color Cylindrical-coordinate representation of color #0479FA: hue angle of 211.46º 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 #0479FA is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 121 | 250 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.02 |
| HSL | 211.46º | 0.97% | 0.5% | - |
| HSV(B) | 211.46º | 0.98% | 0.98% | - |
| XYZ | 24.14 | 20.6 | 93.15 | - |
| YUV | 100.72 | 212.24 | 59.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 121 | 250 | 0.98 | 0.52 | 0 | 0.02 | 211.46 | 0.97 | 0.5 |
| Hex | 4 | 79 | FA | 62 | 34 | 0 | 2 | D3 | 61 | 32 |
| Octal | 4 | 171 | 372 | 142 | 64 | 0 | 2 | 323 | 141 | 62 |
| Binary | 100 | 1111001 | 11111010 | 1100010 | 110100 | 0 | 10 | 11010011 | 1100001 | 110010 |
Color Harmonies of #0479FA
Complementary color
Monochromatic Colors of #0479FA
Black with #0479FA
Text Example
Text Example
White with #0479FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0479FA; }
p { color: rgb(4,121,250); }
H1.HeaderClassName
{
color: #0479FA;
}
.AnyTagClassName
{
color: #0479FA;
}
</style>
background-color css
<style>
a { background-color: #0479FA; }
a { background-color: rgb(4,121,250); }
div.DivClassName
{
background-color: #0479FA;
}
.BgClassName
{
background-color: #0479FA;
}
</style>
border-color css
<style>
span { border-color: #0479FA; }
span { border-color: rgb(4,121,250); }
td.TdClassName
{
border-color: #0479FA;
}
.TagClassName
{
border-color: #0479FA;
}
</style>