Shades of Dodger Blue #429BFA
Tints of Dodger Blue #429BFA
RGB
CMYK
RGB Variations
Color information
#429BFA (or 0x429BFA) is known color: Dodger Blue. HEX triplet: 42, 9B and FA. RGB value is (66,155,250). Sum of RGB (Red+Green+Blue) = 66+155+250=471 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.01% from 471); Green value is 155 (60.94% from 255 or 32.91% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #429BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #429BFA is #BD6405. Grayscale: #8A8A8A. Windows color (decimal): -12411910 or 16423746. OLE color: 16423746.
HSL color Cylindrical-coordinate representation of color #429BFA: hue angle of 210.98º degrees, saturation: 0.95, 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 #429BFA is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 155 | 250 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.02 |
| HSL | 210.98º | 0.95% | 0.62% | - |
| HSV(B) | 210.98º | 0.74% | 0.98% | - |
| XYZ | 31.22 | 31.5 | 94.88 | - |
| YUV | 139.22 | 190.51 | 75.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 155 | 250 | 0.74 | 0.38 | 0 | 0.02 | 210.98 | 0.95 | 0.62 |
| Hex | 42 | 9B | FA | 4A | 26 | 0 | 2 | D3 | 5F | 3E |
| Octal | 102 | 233 | 372 | 112 | 46 | 0 | 2 | 323 | 137 | 76 |
| Binary | 1000010 | 10011011 | 11111010 | 1001010 | 100110 | 0 | 10 | 11010011 | 1011111 | 111110 |
Color Harmonies of #429BFA
Complementary color
Monochromatic Colors of #429BFA
Black with #429BFA
Text Example
Text Example
White with #429BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429BFA; }
p { color: rgb(66,155,250); }
H1.HeaderClassName
{
color: #429BFA;
}
.AnyTagClassName
{
color: #429BFA;
}
</style>
background-color css
<style>
a { background-color: #429BFA; }
a { background-color: rgb(66,155,250); }
div.DivClassName
{
background-color: #429BFA;
}
.BgClassName
{
background-color: #429BFA;
}
</style>
border-color css
<style>
span { border-color: #429BFA; }
span { border-color: rgb(66,155,250); }
td.TdClassName
{
border-color: #429BFA;
}
.TagClassName
{
border-color: #429BFA;
}
</style>