Shades of Dodger Blue #049CFB
Tints of Dodger Blue #049CFB
RGB
CMYK
RGB Variations
Color information
#049CFB (or 0x049CFB) is known color: Dodger Blue. HEX triplet: 04, 9C and FB. RGB value is (4,156,251). Sum of RGB (Red+Green+Blue) = 4+156+251=411 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.97% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 251 (98.44% from 255 or 61.07% from 411); Max value from RGB is 251 - color contains mainly: blue. Hex color #049CFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #049CFB is #FB6304. Grayscale: #787878. Windows color (decimal): -16474885 or 16489476. OLE color: 16489476.
HSL color Cylindrical-coordinate representation of color #049CFB: hue angle of 203.08º 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 #049CFB is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 156 | 251 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.02 |
| HSL | 203.08º | 0.97% | 0.5% | - |
| HSV(B) | 203.08º | 0.98% | 0.98% | - |
| XYZ | 29.35 | 30.77 | 95.66 | - |
| YUV | 121.38 | 201.14 | 44.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 156 | 251 | 0.98 | 0.38 | 0 | 0.02 | 203.08 | 0.97 | 0.5 |
| Hex | 4 | 9C | FB | 62 | 26 | 0 | 2 | CB | 61 | 32 |
| Octal | 4 | 234 | 373 | 142 | 46 | 0 | 2 | 313 | 141 | 62 |
| Binary | 100 | 10011100 | 11111011 | 1100010 | 100110 | 0 | 10 | 11001011 | 1100001 | 110010 |
Color Harmonies of #049CFB
Complementary color
Monochromatic Colors of #049CFB
Black with #049CFB
Text Example
Text Example
White with #049CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049CFB; }
p { color: rgb(4,156,251); }
H1.HeaderClassName
{
color: #049CFB;
}
.AnyTagClassName
{
color: #049CFB;
}
</style>
background-color css
<style>
a { background-color: #049CFB; }
a { background-color: rgb(4,156,251); }
div.DivClassName
{
background-color: #049CFB;
}
.BgClassName
{
background-color: #049CFB;
}
</style>
border-color css
<style>
span { border-color: #049CFB; }
span { border-color: rgb(4,156,251); }
td.TdClassName
{
border-color: #049CFB;
}
.TagClassName
{
border-color: #049CFB;
}
</style>