Shades of Dodger Blue #429BFE
Tints of Dodger Blue #429BFE
RGB
CMYK
RGB Variations
Color information
#429BFE (or 0x429BFE) is known color: Dodger Blue. HEX triplet: 42, 9B and FE. RGB value is (66,155,254). Sum of RGB (Red+Green+Blue) = 66+155+254=475 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.89% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #429BFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429BFE is #BD6401. Grayscale: #8B8B8B. Windows color (decimal): -12411906 or 16685890. OLE color: 16685890.
HSL color Cylindrical-coordinate representation of color #429BFE: hue angle of 211.6º 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 #429BFE is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 155 | 254 | - |
| CMYK | 0.74 | 0.39 | 0 | 0.00 |
| HSL | 211.6º | 0.99% | 0.63% | - |
| HSV(B) | 211.6º | 0.74% | 1% | - |
| XYZ | 31.86 | 31.76 | 98.22 | - |
| YUV | 139.68 | 192.51 | 75.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 155 | 254 | 0.74 | 0.39 | 0 | 0.00 | 211.6 | 0.99 | 0.63 |
| Hex | 42 | 9B | FE | 4A | 27 | 0 | 0 | D4 | 63 | 3F |
| Octal | 102 | 233 | 376 | 112 | 47 | 0 | 0 | 324 | 143 | 77 |
| Binary | 1000010 | 10011011 | 11111110 | 1001010 | 100111 | 0 | 0 | 11010100 | 1100011 | 111111 |
Color Harmonies of #429BFE
Complementary color
Monochromatic Colors of #429BFE
Black with #429BFE
Text Example
Text Example
White with #429BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429BFE; }
p { color: rgb(66,155,254); }
H1.HeaderClassName
{
color: #429BFE;
}
.AnyTagClassName
{
color: #429BFE;
}
</style>
background-color css
<style>
a { background-color: #429BFE; }
a { background-color: rgb(66,155,254); }
div.DivClassName
{
background-color: #429BFE;
}
.BgClassName
{
background-color: #429BFE;
}
</style>
border-color css
<style>
span { border-color: #429BFE; }
span { border-color: rgb(66,155,254); }
td.TdClassName
{
border-color: #429BFE;
}
.TagClassName
{
border-color: #429BFE;
}
</style>