Shades of Dodger Blue #429EFE
Tints of Dodger Blue #429EFE
RGB
CMYK
RGB Variations
Color information
#429EFE (or 0x429EFE) is known color: Dodger Blue. HEX triplet: 42, 9E and FE. RGB value is (66,158,254). Sum of RGB (Red+Green+Blue) = 66+158+254=478 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.81% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #429EFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429EFE is #BD6101. Grayscale: #8C8C8C. Windows color (decimal): -12411138 or 16686658. OLE color: 16686658.
HSL color Cylindrical-coordinate representation of color #429EFE: hue angle of 210.64º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #429EFE is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 158 | 254 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.00 |
| HSL | 210.64º | 0.99% | 0.63% | - |
| HSV(B) | 210.64º | 0.74% | 1% | - |
| XYZ | 32.36 | 32.77 | 98.39 | - |
| YUV | 141.44 | 191.52 | 74.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 158 | 254 | 0.74 | 0.38 | 0 | 0.00 | 210.64 | 0.99 | 0.63 |
| Hex | 42 | 9E | FE | 4A | 26 | 0 | 0 | D3 | 63 | 3F |
| Octal | 102 | 236 | 376 | 112 | 46 | 0 | 0 | 323 | 143 | 77 |
| Binary | 1000010 | 10011110 | 11111110 | 1001010 | 100110 | 0 | 0 | 11010011 | 1100011 | 111111 |
Color Harmonies of #429EFE
Complementary color
Monochromatic Colors of #429EFE
Black with #429EFE
Text Example
Text Example
White with #429EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429EFE; }
p { color: rgb(66,158,254); }
H1.HeaderClassName
{
color: #429EFE;
}
.AnyTagClassName
{
color: #429EFE;
}
</style>
background-color css
<style>
a { background-color: #429EFE; }
a { background-color: rgb(66,158,254); }
div.DivClassName
{
background-color: #429EFE;
}
.BgClassName
{
background-color: #429EFE;
}
</style>
border-color css
<style>
span { border-color: #429EFE; }
span { border-color: rgb(66,158,254); }
td.TdClassName
{
border-color: #429EFE;
}
.TagClassName
{
border-color: #429EFE;
}
</style>