Shades of Dodger Blue #049DF1
Tints of Dodger Blue #049DF1
RGB
CMYK
RGB Variations
Color information
#049DF1 (or 0x049DF1) is known color: Dodger Blue. HEX triplet: 04, 9D and F1. RGB value is (4,157,241). Sum of RGB (Red+Green+Blue) = 4+157+241=402 (53% of max value = 765). Red value is 4 (1.95% from 255 or 1.00% from 402); Green value is 157 (61.72% from 255 or 39.05% from 402); Blue value is 241 (94.53% from 255 or 59.95% from 402); Max value from RGB is 241 - color contains mainly: blue. Hex color #049DF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #049DF1 is #FB620E. Grayscale: #787878. Windows color (decimal): -16474639 or 15834372. OLE color: 15834372.
HSL color Cylindrical-coordinate representation of color #049DF1: hue angle of 201.27º 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 #049DF1 is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 157 | 241 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.05 |
| HSL | 201.27º | 0.97% | 0.48% | - |
| HSV(B) | 201.27º | 0.98% | 0.95% | - |
| XYZ | 27.98 | 30.49 | 87.63 | - |
| YUV | 120.83 | 195.81 | 44.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 157 | 241 | 0.98 | 0.35 | 0 | 0.05 | 201.27 | 0.97 | 0.48 |
| Hex | 4 | 9D | F1 | 62 | 23 | 0 | 5 | C9 | 61 | 30 |
| Octal | 4 | 235 | 361 | 142 | 43 | 0 | 5 | 311 | 141 | 60 |
| Binary | 100 | 10011101 | 11110001 | 1100010 | 100011 | 0 | 101 | 11001001 | 1100001 | 110000 |
Color Harmonies of #049DF1
Complementary color
Monochromatic Colors of #049DF1
Black with #049DF1
Text Example
Text Example
White with #049DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049DF1; }
p { color: rgb(4,157,241); }
H1.HeaderClassName
{
color: #049DF1;
}
.AnyTagClassName
{
color: #049DF1;
}
</style>
background-color css
<style>
a { background-color: #049DF1; }
a { background-color: rgb(4,157,241); }
div.DivClassName
{
background-color: #049DF1;
}
.BgClassName
{
background-color: #049DF1;
}
</style>
border-color css
<style>
span { border-color: #049DF1; }
span { border-color: rgb(4,157,241); }
td.TdClassName
{
border-color: #049DF1;
}
.TagClassName
{
border-color: #049DF1;
}
</style>