Shades of Dodger Blue #429DFF
Tints of Dodger Blue #429DFF
RGB
CMYK
RGB Variations
Color information
#429DFF (or 0x429DFF) is known color: Dodger Blue. HEX triplet: 42, 9D and FF. RGB value is (66,157,255). Sum of RGB (Red+Green+Blue) = 66+157+255=478 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.81% from 478); Green value is 157 (61.72% from 255 or 32.85% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #429DFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429DFF is #BD6200. Grayscale: #8C8C8C. Windows color (decimal): -12411393 or 16751938. OLE color: 16751938.
HSL color Cylindrical-coordinate representation of color #429DFF: hue angle of 211.11º 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 #429DFF is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 157 | 255 | - |
| CMYK | 0.74 | 0.38 | 0 | 0 |
| HSL | 211.11º | 1% | 0.63% | - |
| HSV(B) | 211.11º | 0.74% | 1% | - |
| XYZ | 32.35 | 32.49 | 99.17 | - |
| YUV | 140.96 | 192.35 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 157 | 255 | 0.74 | 0.38 | 0 | 0 | 211.11 | 1 | 0.63 |
| Hex | 42 | 9D | FF | 4A | 26 | 0 | 0 | D3 | 64 | 3F |
| Octal | 102 | 235 | 377 | 112 | 46 | 0 | 0 | 323 | 144 | 77 |
| Binary | 1000010 | 10011101 | 11111111 | 1001010 | 100110 | 0 | 0 | 11010011 | 1100100 | 111111 |
Color Harmonies of #429DFF
Complementary color
Monochromatic Colors of #429DFF
Black with #429DFF
Text Example
Text Example
White with #429DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429DFF; }
p { color: rgb(66,157,255); }
H1.HeaderClassName
{
color: #429DFF;
}
.AnyTagClassName
{
color: #429DFF;
}
</style>
background-color css
<style>
a { background-color: #429DFF; }
a { background-color: rgb(66,157,255); }
div.DivClassName
{
background-color: #429DFF;
}
.BgClassName
{
background-color: #429DFF;
}
</style>
border-color css
<style>
span { border-color: #429DFF; }
span { border-color: rgb(66,157,255); }
td.TdClassName
{
border-color: #429DFF;
}
.TagClassName
{
border-color: #429DFF;
}
</style>