Shades of Dodger Blue #049BFB
Tints of Dodger Blue #049BFB
RGB
CMYK
RGB Variations
Color information
#049BFB (or 0x049BFB) is known color: Dodger Blue. HEX triplet: 04, 9B and FB. RGB value is (4,155,251). Sum of RGB (Red+Green+Blue) = 4+155+251=410 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.98% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 251 (98.44% from 255 or 61.22% from 410); Max value from RGB is 251 - color contains mainly: blue. Hex color #049BFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #049BFB is #FB6404. Grayscale: #787878. Windows color (decimal): -16475141 or 16489220. OLE color: 16489220.
HSL color Cylindrical-coordinate representation of color #049BFB: hue angle of 203.32º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049BFB is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 155 | 251 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.02 |
| HSL | 203.32º | 0.97% | 0.5% | - |
| HSV(B) | 203.32º | 0.98% | 0.98% | - |
| XYZ | 29.18 | 30.43 | 95.6 | - |
| YUV | 120.8 | 201.47 | 44.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 155 | 251 | 0.98 | 0.38 | 0 | 0.02 | 203.32 | 0.97 | 0.5 |
| Hex | 4 | 9B | FB | 62 | 26 | 0 | 2 | CB | 61 | 32 |
| Octal | 4 | 233 | 373 | 142 | 46 | 0 | 2 | 313 | 141 | 62 |
| Binary | 100 | 10011011 | 11111011 | 1100010 | 100110 | 0 | 10 | 11001011 | 1100001 | 110010 |
Color Harmonies of #049BFB
Complementary color
Monochromatic Colors of #049BFB
Black with #049BFB
Text Example
Text Example
White with #049BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049BFB; }
p { color: rgb(4,155,251); }
H1.HeaderClassName
{
color: #049BFB;
}
.AnyTagClassName
{
color: #049BFB;
}
</style>
background-color css
<style>
a { background-color: #049BFB; }
a { background-color: rgb(4,155,251); }
div.DivClassName
{
background-color: #049BFB;
}
.BgClassName
{
background-color: #049BFB;
}
</style>
border-color css
<style>
span { border-color: #049BFB; }
span { border-color: rgb(4,155,251); }
td.TdClassName
{
border-color: #049BFB;
}
.TagClassName
{
border-color: #049BFB;
}
</style>