Shades of Dodger Blue #049BF4
Tints of Dodger Blue #049BF4
RGB
CMYK
RGB Variations
Color information
#049BF4 (or 0x049BF4) is known color: Dodger Blue. HEX triplet: 04, 9B and F4. RGB value is (4,155,244). Sum of RGB (Red+Green+Blue) = 4+155+244=403 (53% of max value = 765). Red value is 4 (1.95% from 255 or 0.99% from 403); Green value is 155 (60.94% from 255 or 38.46% from 403); Blue value is 244 (95.70% from 255 or 60.55% from 403); Max value from RGB is 244 - color contains mainly: blue. Hex color #049BF4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #049BF4 is #FB640B. Grayscale: #777777. Windows color (decimal): -16475148 or 16030468. OLE color: 16030468.
HSL color Cylindrical-coordinate representation of color #049BF4: hue angle of 202.25º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049BF4 is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 4 | 155 | 244 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.04 |
| HSL | 202.25º | 0.97% | 0.49% | - |
| HSV(B) | 202.25º | 0.98% | 0.96% | - |
| XYZ | 28.1 | 30 | 89.9 | - |
| YUV | 120 | 197.97 | 45.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 155 | 244 | 0.98 | 0.36 | 0 | 0.04 | 202.25 | 0.97 | 0.49 |
| Hex | 4 | 9B | F4 | 62 | 24 | 0 | 4 | CA | 61 | 31 |
| Octal | 4 | 233 | 364 | 142 | 44 | 0 | 4 | 312 | 141 | 61 |
| Binary | 100 | 10011011 | 11110100 | 1100010 | 100100 | 0 | 100 | 11001010 | 1100001 | 110001 |
Color Harmonies of #049BF4
Complementary color
Monochromatic Colors of #049BF4
Black with #049BF4
Text Example
Text Example
White with #049BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049BF4; }
p { color: rgb(4,155,244); }
H1.HeaderClassName
{
color: #049BF4;
}
.AnyTagClassName
{
color: #049BF4;
}
</style>
background-color css
<style>
a { background-color: #049BF4; }
a { background-color: rgb(4,155,244); }
div.DivClassName
{
background-color: #049BF4;
}
.BgClassName
{
background-color: #049BF4;
}
</style>
border-color css
<style>
span { border-color: #049BF4; }
span { border-color: rgb(4,155,244); }
td.TdClassName
{
border-color: #049BF4;
}
.TagClassName
{
border-color: #049BF4;
}
</style>