Shades of Dodger Blue #029DFE
Tints of Dodger Blue #029DFE
RGB
CMYK
RGB Variations
Color information
#029DFE (or 0x029DFE) is known color: Dodger Blue. HEX triplet: 02, 9D and FE. RGB value is (2,157,254). Sum of RGB (Red+Green+Blue) = 2+157+254=413 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 254 (99.61% from 255 or 61.50% from 413); Max value from RGB is 254 - color contains mainly: blue. Hex color #029DFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #029DFE is #FD6201. Grayscale: #797979. Windows color (decimal): -16605698 or 16686338. OLE color: 16686338.
HSL color Cylindrical-coordinate representation of color #029DFE: hue angle of 203.1º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029DFE is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 157 | 254 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.00 |
| HSL | 203.1º | 0.99% | 0.5% | - |
| HSV(B) | 203.1º | 0.99% | 1% | - |
| XYZ | 29.97 | 31.28 | 98.22 | - |
| YUV | 121.71 | 202.65 | 42.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 157 | 254 | 0.99 | 0.38 | 0 | 0.00 | 203.1 | 0.99 | 0.5 |
| Hex | 2 | 9D | FE | 63 | 26 | 0 | 0 | CB | 63 | 32 |
| Octal | 2 | 235 | 376 | 143 | 46 | 0 | 0 | 313 | 143 | 62 |
| Binary | 10 | 10011101 | 11111110 | 1100011 | 100110 | 0 | 0 | 11001011 | 1100011 | 110010 |
Color Harmonies of #029DFE
Complementary color
Monochromatic Colors of #029DFE
Black with #029DFE
Text Example
Text Example
White with #029DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029DFE; }
p { color: rgb(2,157,254); }
H1.HeaderClassName
{
color: #029DFE;
}
.AnyTagClassName
{
color: #029DFE;
}
</style>
background-color css
<style>
a { background-color: #029DFE; }
a { background-color: rgb(2,157,254); }
div.DivClassName
{
background-color: #029DFE;
}
.BgClassName
{
background-color: #029DFE;
}
</style>
border-color css
<style>
span { border-color: #029DFE; }
span { border-color: rgb(2,157,254); }
td.TdClassName
{
border-color: #029DFE;
}
.TagClassName
{
border-color: #029DFE;
}
</style>