Shades of Dodger Blue #029AFE
Tints of Dodger Blue #029AFE
RGB
CMYK
RGB Variations
Color information
#029AFE (or 0x029AFE) is known color: Dodger Blue. HEX triplet: 02, 9A and FE. RGB value is (2,154,254). Sum of RGB (Red+Green+Blue) = 2+154+254=410 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 410); Green value is 154 (60.55% from 255 or 37.56% from 410); Blue value is 254 (99.61% from 255 or 61.95% from 410); Max value from RGB is 254 - color contains mainly: blue. Hex color #029AFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #029AFE is #FD6501. Grayscale: #777777. Windows color (decimal): -16606466 or 16685570. OLE color: 16685570.
HSL color Cylindrical-coordinate representation of color #029AFE: hue angle of 203.81º 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 #029AFE is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 154 | 254 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.00 |
| HSL | 203.81º | 0.99% | 0.5% | - |
| HSV(B) | 203.81º | 0.99% | 1% | - |
| XYZ | 29.47 | 30.28 | 98.06 | - |
| YUV | 119.95 | 203.64 | 43.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 154 | 254 | 0.99 | 0.39 | 0 | 0.00 | 203.81 | 0.99 | 0.5 |
| Hex | 2 | 9A | FE | 63 | 27 | 0 | 0 | CC | 63 | 32 |
| Octal | 2 | 232 | 376 | 143 | 47 | 0 | 0 | 314 | 143 | 62 |
| Binary | 10 | 10011010 | 11111110 | 1100011 | 100111 | 0 | 0 | 11001100 | 1100011 | 110010 |
Color Harmonies of #029AFE
Complementary color
Monochromatic Colors of #029AFE
Black with #029AFE
Text Example
Text Example
White with #029AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029AFE; }
p { color: rgb(2,154,254); }
H1.HeaderClassName
{
color: #029AFE;
}
.AnyTagClassName
{
color: #029AFE;
}
</style>
background-color css
<style>
a { background-color: #029AFE; }
a { background-color: rgb(2,154,254); }
div.DivClassName
{
background-color: #029AFE;
}
.BgClassName
{
background-color: #029AFE;
}
</style>
border-color css
<style>
span { border-color: #029AFE; }
span { border-color: rgb(2,154,254); }
td.TdClassName
{
border-color: #029AFE;
}
.TagClassName
{
border-color: #029AFE;
}
</style>