Shades of Dodger Blue #428DFE
Tints of Dodger Blue #428DFE
RGB
CMYK
RGB Variations
Color information
#428DFE (or 0x428DFE) is known color: Dodger Blue. HEX triplet: 42, 8D and FE. RGB value is (66,141,254). Sum of RGB (Red+Green+Blue) = 66+141+254=461 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.32% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #428DFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #428DFE is #BD7201. Grayscale: #828282. Windows color (decimal): -12415490 or 16682306. OLE color: 16682306.
HSL color Cylindrical-coordinate representation of color #428DFE: hue angle of 216.06º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #428DFE is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 141 | 254 | - |
| CMYK | 0.74 | 0.44 | 0 | 0.00 |
| HSL | 216.06º | 0.99% | 0.63% | - |
| HSV(B) | 216.06º | 0.74% | 1% | - |
| XYZ | 29.66 | 27.36 | 97.48 | - |
| YUV | 131.46 | 197.15 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 141 | 254 | 0.74 | 0.44 | 0 | 0.00 | 216.06 | 0.99 | 0.63 |
| Hex | 42 | 8D | FE | 4A | 2C | 0 | 0 | D8 | 63 | 3F |
| Octal | 102 | 215 | 376 | 112 | 54 | 0 | 0 | 330 | 143 | 77 |
| Binary | 1000010 | 10001101 | 11111110 | 1001010 | 101100 | 0 | 0 | 11011000 | 1100011 | 111111 |
Color Harmonies of #428DFE
Complementary color
Monochromatic Colors of #428DFE
Black with #428DFE
Text Example
Text Example
White with #428DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428DFE; }
p { color: rgb(66,141,254); }
H1.HeaderClassName
{
color: #428DFE;
}
.AnyTagClassName
{
color: #428DFE;
}
</style>
background-color css
<style>
a { background-color: #428DFE; }
a { background-color: rgb(66,141,254); }
div.DivClassName
{
background-color: #428DFE;
}
.BgClassName
{
background-color: #428DFE;
}
</style>
border-color css
<style>
span { border-color: #428DFE; }
span { border-color: rgb(66,141,254); }
td.TdClassName
{
border-color: #428DFE;
}
.TagClassName
{
border-color: #428DFE;
}
</style>