Shades of Dodger Blue #429EFF
Tints of Dodger Blue #429EFF
RGB
CMYK
RGB Variations
Color information
#429EFF (or 0x429EFF) is known color: Dodger Blue. HEX triplet: 42, 9E and FF. RGB value is (66,158,255). Sum of RGB (Red+Green+Blue) = 66+158+255=479 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.78% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #429EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429EFF is #BD6100. Grayscale: #8D8D8D. Windows color (decimal): -12411137 or 16752194. OLE color: 16752194.
HSL color Cylindrical-coordinate representation of color #429EFF: hue angle of 210.79º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #429EFF is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 158 | 255 | - |
| CMYK | 0.74 | 0.38 | 0 | 0 |
| HSL | 210.79º | 1% | 0.63% | - |
| HSV(B) | 210.79º | 0.74% | 1% | - |
| XYZ | 32.52 | 32.83 | 99.23 | - |
| YUV | 141.55 | 192.02 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 158 | 255 | 0.74 | 0.38 | 0 | 0 | 210.79 | 1 | 0.63 |
| Hex | 42 | 9E | FF | 4A | 26 | 0 | 0 | D3 | 64 | 3F |
| Octal | 102 | 236 | 377 | 112 | 46 | 0 | 0 | 323 | 144 | 77 |
| Binary | 1000010 | 10011110 | 11111111 | 1001010 | 100110 | 0 | 0 | 11010011 | 1100100 | 111111 |
Color Harmonies of #429EFF
Complementary color
Monochromatic Colors of #429EFF
Black with #429EFF
Text Example
Text Example
White with #429EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429EFF; }
p { color: rgb(66,158,255); }
H1.HeaderClassName
{
color: #429EFF;
}
.AnyTagClassName
{
color: #429EFF;
}
</style>
background-color css
<style>
a { background-color: #429EFF; }
a { background-color: rgb(66,158,255); }
div.DivClassName
{
background-color: #429EFF;
}
.BgClassName
{
background-color: #429EFF;
}
</style>
border-color css
<style>
span { border-color: #429EFF; }
span { border-color: rgb(66,158,255); }
td.TdClassName
{
border-color: #429EFF;
}
.TagClassName
{
border-color: #429EFF;
}
</style>