Shades of Dodger Blue #029CFA
Tints of Dodger Blue #029CFA
RGB
CMYK
RGB Variations
Color information
#029CFA (or 0x029CFA) is known color: Dodger Blue. HEX triplet: 02, 9C and FA. RGB value is (2,156,250). Sum of RGB (Red+Green+Blue) = 2+156+250=408 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 250 (98.05% from 255 or 61.27% from 408); Max value from RGB is 250 - color contains mainly: blue. Hex color #029CFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #029CFA is #FD6305. Grayscale: #787878. Windows color (decimal): -16605958 or 16423938. OLE color: 16423938.
HSL color Cylindrical-coordinate representation of color #029CFA: hue angle of 202.74º 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 #029CFA is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 156 | 250 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.02 |
| HSL | 202.74º | 0.98% | 0.49% | - |
| HSV(B) | 202.74º | 0.99% | 0.98% | - |
| XYZ | 29.17 | 30.69 | 94.83 | - |
| YUV | 120.67 | 200.98 | 43.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 156 | 250 | 0.99 | 0.38 | 0 | 0.02 | 202.74 | 0.98 | 0.49 |
| Hex | 2 | 9C | FA | 63 | 26 | 0 | 2 | CB | 62 | 31 |
| Octal | 2 | 234 | 372 | 143 | 46 | 0 | 2 | 313 | 142 | 61 |
| Binary | 10 | 10011100 | 11111010 | 1100011 | 100110 | 0 | 10 | 11001011 | 1100010 | 110001 |
Color Harmonies of #029CFA
Complementary color
Monochromatic Colors of #029CFA
Black with #029CFA
Text Example
Text Example
White with #029CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #029CFA; }
p { color: rgb(2,156,250); }
H1.HeaderClassName
{
color: #029CFA;
}
.AnyTagClassName
{
color: #029CFA;
}
</style>
background-color css
<style>
a { background-color: #029CFA; }
a { background-color: rgb(2,156,250); }
div.DivClassName
{
background-color: #029CFA;
}
.BgClassName
{
background-color: #029CFA;
}
</style>
border-color css
<style>
span { border-color: #029CFA; }
span { border-color: rgb(2,156,250); }
td.TdClassName
{
border-color: #029CFA;
}
.TagClassName
{
border-color: #029CFA;
}
</style>