Shades of Dodger Blue #429CFB
Tints of Dodger Blue #429CFB
RGB
CMYK
RGB Variations
Color information
#429CFB (or 0x429CFB) is known color: Dodger Blue. HEX triplet: 42, 9C and FB. RGB value is (66,156,251). Sum of RGB (Red+Green+Blue) = 66+156+251=473 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.95% from 473); Green value is 156 (61.33% from 255 or 32.98% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #429CFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429CFB is #BD6304. Grayscale: #8B8B8B. Windows color (decimal): -12411653 or 16489538. OLE color: 16489538.
HSL color Cylindrical-coordinate representation of color #429CFB: hue angle of 210.81º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #429CFB is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 156 | 251 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.02 |
| HSL | 210.81º | 0.96% | 0.62% | - |
| HSV(B) | 210.81º | 0.74% | 0.98% | - |
| XYZ | 31.55 | 31.9 | 95.76 | - |
| YUV | 139.92 | 190.68 | 75.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 156 | 251 | 0.74 | 0.38 | 0 | 0.02 | 210.81 | 0.96 | 0.62 |
| Hex | 42 | 9C | FB | 4A | 26 | 0 | 2 | D3 | 60 | 3E |
| Octal | 102 | 234 | 373 | 112 | 46 | 0 | 2 | 323 | 140 | 76 |
| Binary | 1000010 | 10011100 | 11111011 | 1001010 | 100110 | 0 | 10 | 11010011 | 1100000 | 111110 |
Color Harmonies of #429CFB
Complementary color
Monochromatic Colors of #429CFB
Black with #429CFB
Text Example
Text Example
White with #429CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429CFB; }
p { color: rgb(66,156,251); }
H1.HeaderClassName
{
color: #429CFB;
}
.AnyTagClassName
{
color: #429CFB;
}
</style>
background-color css
<style>
a { background-color: #429CFB; }
a { background-color: rgb(66,156,251); }
div.DivClassName
{
background-color: #429CFB;
}
.BgClassName
{
background-color: #429CFB;
}
</style>
border-color css
<style>
span { border-color: #429CFB; }
span { border-color: rgb(66,156,251); }
td.TdClassName
{
border-color: #429CFB;
}
.TagClassName
{
border-color: #429CFB;
}
</style>