Shades of Dodger Blue #429DF9
Tints of Dodger Blue #429DF9
RGB
CMYK
RGB Variations
Color information
#429DF9 (or 0x429DF9) is known color: Dodger Blue. HEX triplet: 42, 9D and F9. RGB value is (66,157,249). Sum of RGB (Red+Green+Blue) = 66+157+249=472 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.98% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 249 (97.66% from 255 or 52.75% from 472); Max value from RGB is 249 - color contains mainly: blue. Hex color #429DF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429DF9 is #BD6206. Grayscale: #8B8B8B. Windows color (decimal): -12411399 or 16358722. OLE color: 16358722.
HSL color Cylindrical-coordinate representation of color #429DF9: hue angle of 210.16º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #429DF9 is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 157 | 249 | - |
| CMYK | 0.73 | 0.37 | 0 | 0.02 |
| HSL | 210.16º | 0.94% | 0.62% | - |
| HSV(B) | 210.16º | 0.73% | 0.98% | - |
| XYZ | 31.4 | 32.11 | 94.17 | - |
| YUV | 140.28 | 189.35 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 157 | 249 | 0.73 | 0.37 | 0 | 0.02 | 210.16 | 0.94 | 0.62 |
| Hex | 42 | 9D | F9 | 49 | 25 | 0 | 2 | D2 | 5E | 3E |
| Octal | 102 | 235 | 371 | 111 | 45 | 0 | 2 | 322 | 136 | 76 |
| Binary | 1000010 | 10011101 | 11111001 | 1001001 | 100101 | 0 | 10 | 11010010 | 1011110 | 111110 |
Color Harmonies of #429DF9
Complementary color
Monochromatic Colors of #429DF9
Black with #429DF9
Text Example
Text Example
White with #429DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429DF9; }
p { color: rgb(66,157,249); }
H1.HeaderClassName
{
color: #429DF9;
}
.AnyTagClassName
{
color: #429DF9;
}
</style>
background-color css
<style>
a { background-color: #429DF9; }
a { background-color: rgb(66,157,249); }
div.DivClassName
{
background-color: #429DF9;
}
.BgClassName
{
background-color: #429DF9;
}
</style>
border-color css
<style>
span { border-color: #429DF9; }
span { border-color: rgb(66,157,249); }
td.TdClassName
{
border-color: #429DF9;
}
.TagClassName
{
border-color: #429DF9;
}
</style>