Shades of Dodger Blue #428CFD
Tints of Dodger Blue #428CFD
RGB
CMYK
RGB Variations
Color information
#428CFD (or 0x428CFD) is known color: Dodger Blue. HEX triplet: 42, 8C and FD. RGB value is (66,140,253). Sum of RGB (Red+Green+Blue) = 66+140+253=459 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.38% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 253 (99.22% from 255 or 55.12% from 459); Max value from RGB is 253 - color contains mainly: blue. Hex color #428CFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #428CFD is #BD7302. Grayscale: #828282. Windows color (decimal): -12415747 or 16616514. OLE color: 16616514.
HSL color Cylindrical-coordinate representation of color #428CFD: hue angle of 216.26º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #428CFD is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 140 | 253 | - |
| CMYK | 0.74 | 0.45 | 0 | 0.01 |
| HSL | 216.26º | 0.98% | 0.63% | - |
| HSV(B) | 216.26º | 0.74% | 0.99% | - |
| XYZ | 29.35 | 27.01 | 96.59 | - |
| YUV | 130.76 | 196.98 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 140 | 253 | 0.74 | 0.45 | 0 | 0.01 | 216.26 | 0.98 | 0.63 |
| Hex | 42 | 8C | FD | 4A | 2D | 0 | 1 | D8 | 62 | 3F |
| Octal | 102 | 214 | 375 | 112 | 55 | 0 | 1 | 330 | 142 | 77 |
| Binary | 1000010 | 10001100 | 11111101 | 1001010 | 101101 | 0 | 1 | 11011000 | 1100010 | 111111 |
Color Harmonies of #428CFD
Complementary color
Monochromatic Colors of #428CFD
Black with #428CFD
Text Example
Text Example
White with #428CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428CFD; }
p { color: rgb(66,140,253); }
H1.HeaderClassName
{
color: #428CFD;
}
.AnyTagClassName
{
color: #428CFD;
}
</style>
background-color css
<style>
a { background-color: #428CFD; }
a { background-color: rgb(66,140,253); }
div.DivClassName
{
background-color: #428CFD;
}
.BgClassName
{
background-color: #428CFD;
}
</style>
border-color css
<style>
span { border-color: #428CFD; }
span { border-color: rgb(66,140,253); }
td.TdClassName
{
border-color: #428CFD;
}
.TagClassName
{
border-color: #428CFD;
}
</style>