Shades of Dodger Blue #429CFF
Tints of Dodger Blue #429CFF
RGB
CMYK
RGB Variations
Color information
#429CFF (or 0x429CFF) is known color: Dodger Blue. HEX triplet: 42, 9C and FF. RGB value is (66,156,255). Sum of RGB (Red+Green+Blue) = 66+156+255=477 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.84% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #429CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429CFF is #BD6300. Grayscale: #8B8B8B. Windows color (decimal): -12411649 or 16751682. OLE color: 16751682.
HSL color Cylindrical-coordinate representation of color #429CFF: hue angle of 211.43º 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 #429CFF is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 156 | 255 | - |
| CMYK | 0.74 | 0.39 | 0 | 0 |
| HSL | 211.43º | 1% | 0.63% | - |
| HSV(B) | 211.43º | 0.74% | 1% | - |
| XYZ | 32.19 | 32.16 | 99.12 | - |
| YUV | 140.38 | 192.68 | 74.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 156 | 255 | 0.74 | 0.39 | 0 | 0 | 211.43 | 1 | 0.63 |
| Hex | 42 | 9C | FF | 4A | 27 | 0 | 0 | D3 | 64 | 3F |
| Octal | 102 | 234 | 377 | 112 | 47 | 0 | 0 | 323 | 144 | 77 |
| Binary | 1000010 | 10011100 | 11111111 | 1001010 | 100111 | 0 | 0 | 11010011 | 1100100 | 111111 |
Color Harmonies of #429CFF
Complementary color
Monochromatic Colors of #429CFF
Black with #429CFF
Text Example
Text Example
White with #429CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429CFF; }
p { color: rgb(66,156,255); }
H1.HeaderClassName
{
color: #429CFF;
}
.AnyTagClassName
{
color: #429CFF;
}
</style>
background-color css
<style>
a { background-color: #429CFF; }
a { background-color: rgb(66,156,255); }
div.DivClassName
{
background-color: #429CFF;
}
.BgClassName
{
background-color: #429CFF;
}
</style>
border-color css
<style>
span { border-color: #429CFF; }
span { border-color: rgb(66,156,255); }
td.TdClassName
{
border-color: #429CFF;
}
.TagClassName
{
border-color: #429CFF;
}
</style>