Shades of Dodger Blue #029FFA
Tints of Dodger Blue #029FFA
RGB
CMYK
RGB Variations
Color information
#029FFA (or 0x029FFA) is known color: Dodger Blue. HEX triplet: 02, 9F and FA. RGB value is (2,159,250). Sum of RGB (Red+Green+Blue) = 2+159+250=411 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 411); Green value is 159 (62.5% from 255 or 38.69% from 411); Blue value is 250 (98.05% from 255 or 60.83% from 411); Max value from RGB is 250 - color contains mainly: blue. Hex color #029FFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #029FFA is #FD6005. Grayscale: #797979. Windows color (decimal): -16605190 or 16424706. OLE color: 16424706.
HSL color Cylindrical-coordinate representation of color #029FFA: hue angle of 202.02º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029FFA is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 159 | 250 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.02 |
| HSL | 202.02º | 0.98% | 0.49% | - |
| HSV(B) | 202.02º | 0.99% | 0.98% | - |
| XYZ | 29.68 | 31.71 | 95 | - |
| YUV | 122.43 | 199.99 | 42.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 159 | 250 | 0.99 | 0.36 | 0 | 0.02 | 202.02 | 0.98 | 0.49 |
| Hex | 2 | 9F | FA | 63 | 24 | 0 | 2 | CA | 62 | 31 |
| Octal | 2 | 237 | 372 | 143 | 44 | 0 | 2 | 312 | 142 | 61 |
| Binary | 10 | 10011111 | 11111010 | 1100011 | 100100 | 0 | 10 | 11001010 | 1100010 | 110001 |
Color Harmonies of #029FFA
Complementary color
Monochromatic Colors of #029FFA
Black with #029FFA
Text Example
Text Example
White with #029FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029FFA; }
p { color: rgb(2,159,250); }
H1.HeaderClassName
{
color: #029FFA;
}
.AnyTagClassName
{
color: #029FFA;
}
</style>
background-color css
<style>
a { background-color: #029FFA; }
a { background-color: rgb(2,159,250); }
div.DivClassName
{
background-color: #029FFA;
}
.BgClassName
{
background-color: #029FFA;
}
</style>
border-color css
<style>
span { border-color: #029FFA; }
span { border-color: rgb(2,159,250); }
td.TdClassName
{
border-color: #029FFA;
}
.TagClassName
{
border-color: #029FFA;
}
</style>