Shades of Dodger Blue #428FFA
Tints of Dodger Blue #428FFA
RGB
CMYK
RGB Variations
Color information
#428FFA (or 0x428FFA) is known color: Dodger Blue. HEX triplet: 42, 8F and FA. RGB value is (66,143,250). Sum of RGB (Red+Green+Blue) = 66+143+250=459 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.38% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #428FFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #428FFA is #BD7005. Grayscale: #838383. Windows color (decimal): -12414982 or 16420674. OLE color: 16420674.
HSL color Cylindrical-coordinate representation of color #428FFA: hue angle of 214.89º 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 #428FFA is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 143 | 250 | - |
| CMYK | 0.74 | 0.43 | 0 | 0.02 |
| HSL | 214.89º | 0.95% | 0.62% | - |
| HSV(B) | 214.89º | 0.74% | 0.98% | - |
| XYZ | 29.32 | 27.71 | 94.24 | - |
| YUV | 132.18 | 194.49 | 80.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 143 | 250 | 0.74 | 0.43 | 0 | 0.02 | 214.89 | 0.95 | 0.62 |
| Hex | 42 | 8F | FA | 4A | 2B | 0 | 2 | D7 | 5F | 3E |
| Octal | 102 | 217 | 372 | 112 | 53 | 0 | 2 | 327 | 137 | 76 |
| Binary | 1000010 | 10001111 | 11111010 | 1001010 | 101011 | 0 | 10 | 11010111 | 1011111 | 111110 |
Color Harmonies of #428FFA
Complementary color
Monochromatic Colors of #428FFA
Black with #428FFA
Text Example
Text Example
White with #428FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428FFA; }
p { color: rgb(66,143,250); }
H1.HeaderClassName
{
color: #428FFA;
}
.AnyTagClassName
{
color: #428FFA;
}
</style>
background-color css
<style>
a { background-color: #428FFA; }
a { background-color: rgb(66,143,250); }
div.DivClassName
{
background-color: #428FFA;
}
.BgClassName
{
background-color: #428FFA;
}
</style>
border-color css
<style>
span { border-color: #428FFA; }
span { border-color: rgb(66,143,250); }
td.TdClassName
{
border-color: #428FFA;
}
.TagClassName
{
border-color: #428FFA;
}
</style>