Shades of Dodger Blue #049DF2
Tints of Dodger Blue #049DF2
RGB
CMYK
RGB Variations
Color information
#049DF2 (or 0x049DF2) is known color: Dodger Blue. HEX triplet: 04, 9D and F2. RGB value is (4,157,242). Sum of RGB (Red+Green+Blue) = 4+157+242=403 (53% of max value = 765). Red value is 4 (1.95% from 255 or 0.99% from 403); Green value is 157 (61.72% from 255 or 38.96% from 403); Blue value is 242 (94.92% from 255 or 60.05% from 403); Max value from RGB is 242 - color contains mainly: blue. Hex color #049DF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #049DF2 is #FB620D. Grayscale: #787878. Windows color (decimal): -16474638 or 15899908. OLE color: 15899908.
HSL color Cylindrical-coordinate representation of color #049DF2: hue angle of 201.43º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049DF2 is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 157 | 242 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.05 |
| HSL | 201.43º | 0.97% | 0.48% | - |
| HSV(B) | 201.43º | 0.98% | 0.95% | - |
| XYZ | 28.13 | 30.55 | 88.42 | - |
| YUV | 120.94 | 196.31 | 44.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 157 | 242 | 0.98 | 0.35 | 0 | 0.05 | 201.43 | 0.97 | 0.48 |
| Hex | 4 | 9D | F2 | 62 | 23 | 0 | 5 | C9 | 61 | 30 |
| Octal | 4 | 235 | 362 | 142 | 43 | 0 | 5 | 311 | 141 | 60 |
| Binary | 100 | 10011101 | 11110010 | 1100010 | 100011 | 0 | 101 | 11001001 | 1100001 | 110000 |
Color Harmonies of #049DF2
Complementary color
Monochromatic Colors of #049DF2
Black with #049DF2
Text Example
Text Example
White with #049DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049DF2; }
p { color: rgb(4,157,242); }
H1.HeaderClassName
{
color: #049DF2;
}
.AnyTagClassName
{
color: #049DF2;
}
</style>
background-color css
<style>
a { background-color: #049DF2; }
a { background-color: rgb(4,157,242); }
div.DivClassName
{
background-color: #049DF2;
}
.BgClassName
{
background-color: #049DF2;
}
</style>
border-color css
<style>
span { border-color: #049DF2; }
span { border-color: rgb(4,157,242); }
td.TdClassName
{
border-color: #049DF2;
}
.TagClassName
{
border-color: #049DF2;
}
</style>