Shades of Dodger Blue #428EFF
Tints of Dodger Blue #428EFF
RGB
CMYK
RGB Variations
Color information
#428EFF (or 0x428EFF) is known color: Dodger Blue. HEX triplet: 42, 8E and FF. RGB value is (66,142,255). Sum of RGB (Red+Green+Blue) = 66+142+255=463 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.25% from 463); Green value is 142 (55.86% from 255 or 30.67% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #428EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #428EFF is #BD7100. Grayscale: #838383. Windows color (decimal): -12415233 or 16748098. OLE color: 16748098.
HSL color Cylindrical-coordinate representation of color #428EFF: hue angle of 215.87º 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 #428EFF is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 142 | 255 | - |
| CMYK | 0.74 | 0.44 | 0 | 0 |
| HSL | 215.87º | 1% | 0.63% | - |
| HSV(B) | 215.87º | 0.74% | 1% | - |
| XYZ | 29.97 | 27.72 | 98.38 | - |
| YUV | 132.16 | 197.32 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 142 | 255 | 0.74 | 0.44 | 0 | 0 | 215.87 | 1 | 0.63 |
| Hex | 42 | 8E | FF | 4A | 2C | 0 | 0 | D8 | 64 | 3F |
| Octal | 102 | 216 | 377 | 112 | 54 | 0 | 0 | 330 | 144 | 77 |
| Binary | 1000010 | 10001110 | 11111111 | 1001010 | 101100 | 0 | 0 | 11011000 | 1100100 | 111111 |
Color Harmonies of #428EFF
Complementary color
Monochromatic Colors of #428EFF
Black with #428EFF
Text Example
Text Example
White with #428EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428EFF; }
p { color: rgb(66,142,255); }
H1.HeaderClassName
{
color: #428EFF;
}
.AnyTagClassName
{
color: #428EFF;
}
</style>
background-color css
<style>
a { background-color: #428EFF; }
a { background-color: rgb(66,142,255); }
div.DivClassName
{
background-color: #428EFF;
}
.BgClassName
{
background-color: #428EFF;
}
</style>
border-color css
<style>
span { border-color: #428EFF; }
span { border-color: rgb(66,142,255); }
td.TdClassName
{
border-color: #428EFF;
}
.TagClassName
{
border-color: #428EFF;
}
</style>