Shades of Dodger Blue #429BFF
Tints of Dodger Blue #429BFF
RGB
CMYK
RGB Variations
Color information
#429BFF (or 0x429BFF) is known color: Dodger Blue. HEX triplet: 42, 9B and FF. RGB value is (66,155,255). Sum of RGB (Red+Green+Blue) = 66+155+255=476 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.87% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #429BFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429BFF is #BD6400. Grayscale: #8B8B8B. Windows color (decimal): -12411905 or 16751426. OLE color: 16751426.
HSL color Cylindrical-coordinate representation of color #429BFF: hue angle of 211.75º 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 #429BFF is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 155 | 255 | - |
| CMYK | 0.74 | 0.39 | 0 | 0 |
| HSL | 211.75º | 1% | 0.63% | - |
| HSV(B) | 211.75º | 0.74% | 1% | - |
| XYZ | 32.02 | 31.82 | 99.06 | - |
| YUV | 139.79 | 193.01 | 75.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 155 | 255 | 0.74 | 0.39 | 0 | 0 | 211.75 | 1 | 0.63 |
| Hex | 42 | 9B | FF | 4A | 27 | 0 | 0 | D4 | 64 | 3F |
| Octal | 102 | 233 | 377 | 112 | 47 | 0 | 0 | 324 | 144 | 77 |
| Binary | 1000010 | 10011011 | 11111111 | 1001010 | 100111 | 0 | 0 | 11010100 | 1100100 | 111111 |
Color Harmonies of #429BFF
Complementary color
Monochromatic Colors of #429BFF
Black with #429BFF
Text Example
Text Example
White with #429BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429BFF; }
p { color: rgb(66,155,255); }
H1.HeaderClassName
{
color: #429BFF;
}
.AnyTagClassName
{
color: #429BFF;
}
</style>
background-color css
<style>
a { background-color: #429BFF; }
a { background-color: rgb(66,155,255); }
div.DivClassName
{
background-color: #429BFF;
}
.BgClassName
{
background-color: #429BFF;
}
</style>
border-color css
<style>
span { border-color: #429BFF; }
span { border-color: rgb(66,155,255); }
td.TdClassName
{
border-color: #429BFF;
}
.TagClassName
{
border-color: #429BFF;
}
</style>