Shades of Dodger Blue #428AFF
Tints of Dodger Blue #428AFF
RGB
CMYK
RGB Variations
Color information
#428AFF (or 0x428AFF) is known color: Dodger Blue. HEX triplet: 42, 8A and FF. RGB value is (66,138,255). Sum of RGB (Red+Green+Blue) = 66+138+255=459 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.38% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #428AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #428AFF is #BD7500. Grayscale: #818181. Windows color (decimal): -12416257 or 16747074. OLE color: 16747074.
HSL color Cylindrical-coordinate representation of color #428AFF: hue angle of 217.14º 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 #428AFF is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 138 | 255 | - |
| CMYK | 0.74 | 0.46 | 0 | 0 |
| HSL | 217.14º | 1% | 0.63% | - |
| HSV(B) | 217.14º | 0.74% | 1% | - |
| XYZ | 29.39 | 26.56 | 98.18 | - |
| YUV | 129.81 | 198.65 | 82.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 138 | 255 | 0.74 | 0.46 | 0 | 0 | 217.14 | 1 | 0.63 |
| Hex | 42 | 8A | FF | 4A | 2E | 0 | 0 | D9 | 64 | 3F |
| Octal | 102 | 212 | 377 | 112 | 56 | 0 | 0 | 331 | 144 | 77 |
| Binary | 1000010 | 10001010 | 11111111 | 1001010 | 101110 | 0 | 0 | 11011001 | 1100100 | 111111 |
Color Harmonies of #428AFF
Complementary color
Monochromatic Colors of #428AFF
Black with #428AFF
Text Example
Text Example
White with #428AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428AFF; }
p { color: rgb(66,138,255); }
H1.HeaderClassName
{
color: #428AFF;
}
.AnyTagClassName
{
color: #428AFF;
}
</style>
background-color css
<style>
a { background-color: #428AFF; }
a { background-color: rgb(66,138,255); }
div.DivClassName
{
background-color: #428AFF;
}
.BgClassName
{
background-color: #428AFF;
}
</style>
border-color css
<style>
span { border-color: #428AFF; }
span { border-color: rgb(66,138,255); }
td.TdClassName
{
border-color: #428AFF;
}
.TagClassName
{
border-color: #428AFF;
}
</style>