Shades of Dodger Blue #029DFB
Tints of Dodger Blue #029DFB
RGB
CMYK
RGB Variations
Color information
#029DFB (or 0x029DFB) is known color: Dodger Blue. HEX triplet: 02, 9D and FB. RGB value is (2,157,251). Sum of RGB (Red+Green+Blue) = 2+157+251=410 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 410); Green value is 157 (61.72% from 255 or 38.29% 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 #029DFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #029DFB is #FD6204. Grayscale: #787878. Windows color (decimal): -16605701 or 16489730. OLE color: 16489730.
HSL color Cylindrical-coordinate representation of color #029DFB: hue angle of 202.65º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029DFB is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 157 | 251 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.02 |
| HSL | 202.65º | 0.98% | 0.5% | - |
| HSV(B) | 202.65º | 0.99% | 0.98% | - |
| XYZ | 29.49 | 31.09 | 95.71 | - |
| YUV | 121.37 | 201.15 | 42.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 157 | 251 | 0.99 | 0.37 | 0 | 0.02 | 202.65 | 0.98 | 0.5 |
| Hex | 2 | 9D | FB | 63 | 25 | 0 | 2 | CB | 62 | 32 |
| Octal | 2 | 235 | 373 | 143 | 45 | 0 | 2 | 313 | 142 | 62 |
| Binary | 10 | 10011101 | 11111011 | 1100011 | 100101 | 0 | 10 | 11001011 | 1100010 | 110010 |
Color Harmonies of #029DFB
Complementary color
Monochromatic Colors of #029DFB
Black with #029DFB
Text Example
Text Example
White with #029DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029DFB; }
p { color: rgb(2,157,251); }
H1.HeaderClassName
{
color: #029DFB;
}
.AnyTagClassName
{
color: #029DFB;
}
</style>
background-color css
<style>
a { background-color: #029DFB; }
a { background-color: rgb(2,157,251); }
div.DivClassName
{
background-color: #029DFB;
}
.BgClassName
{
background-color: #029DFB;
}
</style>
border-color css
<style>
span { border-color: #029DFB; }
span { border-color: rgb(2,157,251); }
td.TdClassName
{
border-color: #029DFB;
}
.TagClassName
{
border-color: #029DFB;
}
</style>