Shades of Dodger Blue #049BEB
Tints of Dodger Blue #049BEB
RGB
CMYK
RGB Variations
Color information
#049BEB (or 0x049BEB) is known color: Dodger Blue. HEX triplet: 04, 9B and EB. RGB value is (4,155,235). Sum of RGB (Red+Green+Blue) = 4+155+235=394 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.02% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 235 (92.19% from 255 or 59.64% from 394); Max value from RGB is 235 - color contains mainly: blue. Hex color #049BEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #049BEB is #FB6414. Grayscale: #767676. Windows color (decimal): -16475157 or 15440644. OLE color: 15440644.
HSL color Cylindrical-coordinate representation of color #049BEB: hue angle of 200.78º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049BEB is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 4 | 155 | 235 | - |
| CMYK | 0.98 | 0.34 | 0 | 0.08 |
| HSL | 200.78º | 0.97% | 0.47% | - |
| HSV(B) | 200.78º | 0.98% | 0.92% | - |
| XYZ | 26.77 | 29.47 | 82.87 | - |
| YUV | 118.97 | 193.47 | 46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 155 | 235 | 0.98 | 0.34 | 0 | 0.08 | 200.78 | 0.97 | 0.47 |
| Hex | 4 | 9B | EB | 62 | 22 | 0 | 8 | C9 | 61 | 2F |
| Octal | 4 | 233 | 353 | 142 | 42 | 0 | 10 | 311 | 141 | 57 |
| Binary | 100 | 10011011 | 11101011 | 1100010 | 100010 | 0 | 1000 | 11001001 | 1100001 | 101111 |
Color Harmonies of #049BEB
Complementary color
Monochromatic Colors of #049BEB
Black with #049BEB
Text Example
Text Example
White with #049BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049BEB; }
p { color: rgb(4,155,235); }
H1.HeaderClassName
{
color: #049BEB;
}
.AnyTagClassName
{
color: #049BEB;
}
</style>
background-color css
<style>
a { background-color: #049BEB; }
a { background-color: rgb(4,155,235); }
div.DivClassName
{
background-color: #049BEB;
}
.BgClassName
{
background-color: #049BEB;
}
</style>
border-color css
<style>
span { border-color: #049BEB; }
span { border-color: rgb(4,155,235); }
td.TdClassName
{
border-color: #049BEB;
}
.TagClassName
{
border-color: #049BEB;
}
</style>