Shades of Dodger Blue #049CF1
Tints of Dodger Blue #049CF1
RGB
CMYK
RGB Variations
Color information
#049CF1 (or 0x049CF1) is known color: Dodger Blue. HEX triplet: 04, 9C and F1. RGB value is (4,156,241). Sum of RGB (Red+Green+Blue) = 4+156+241=401 (53% of max value = 765). Red value is 4 (1.95% from 255 or 1.00% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 241 (94.53% from 255 or 60.10% from 401); Max value from RGB is 241 - color contains mainly: blue. Hex color #049CF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #049CF1 is #FB630E. Grayscale: #777777. Windows color (decimal): -16474895 or 15834116. OLE color: 15834116.
HSL color Cylindrical-coordinate representation of color #049CF1: hue angle of 201.52º 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 #049CF1 is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 156 | 241 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.05 |
| HSL | 201.52º | 0.97% | 0.48% | - |
| HSV(B) | 201.52º | 0.98% | 0.95% | - |
| XYZ | 27.82 | 30.15 | 87.57 | - |
| YUV | 120.24 | 196.14 | 45.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 156 | 241 | 0.98 | 0.35 | 0 | 0.05 | 201.52 | 0.97 | 0.48 |
| Hex | 4 | 9C | F1 | 62 | 23 | 0 | 5 | CA | 61 | 30 |
| Octal | 4 | 234 | 361 | 142 | 43 | 0 | 5 | 312 | 141 | 60 |
| Binary | 100 | 10011100 | 11110001 | 1100010 | 100011 | 0 | 101 | 11001010 | 1100001 | 110000 |
Color Harmonies of #049CF1
Complementary color
Monochromatic Colors of #049CF1
Black with #049CF1
Text Example
Text Example
White with #049CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049CF1; }
p { color: rgb(4,156,241); }
H1.HeaderClassName
{
color: #049CF1;
}
.AnyTagClassName
{
color: #049CF1;
}
</style>
background-color css
<style>
a { background-color: #049CF1; }
a { background-color: rgb(4,156,241); }
div.DivClassName
{
background-color: #049CF1;
}
.BgClassName
{
background-color: #049CF1;
}
</style>
border-color css
<style>
span { border-color: #049CF1; }
span { border-color: rgb(4,156,241); }
td.TdClassName
{
border-color: #049CF1;
}
.TagClassName
{
border-color: #049CF1;
}
</style>