Shades of Dodger Blue #428FFB
Tints of Dodger Blue #428FFB
RGB
CMYK
RGB Variations
Color information
#428FFB (or 0x428FFB) is known color: Dodger Blue. HEX triplet: 42, 8F and FB. RGB value is (66,143,251). Sum of RGB (Red+Green+Blue) = 66+143+251=460 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.35% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 251 (98.44% from 255 or 54.57% from 460); Max value from RGB is 251 - color contains mainly: blue. Hex color #428FFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #428FFB is #BD7004. Grayscale: #838383. Windows color (decimal): -12414981 or 16486210. OLE color: 16486210.
HSL color Cylindrical-coordinate representation of color #428FFB: hue angle of 215.03º degrees, saturation: 0.96, 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 #428FFB is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 143 | 251 | - |
| CMYK | 0.74 | 0.43 | 0 | 0.02 |
| HSL | 215.03º | 0.96% | 0.62% | - |
| HSV(B) | 215.03º | 0.74% | 0.98% | - |
| XYZ | 29.48 | 27.77 | 95.07 | - |
| YUV | 132.29 | 194.99 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 143 | 251 | 0.74 | 0.43 | 0 | 0.02 | 215.03 | 0.96 | 0.62 |
| Hex | 42 | 8F | FB | 4A | 2B | 0 | 2 | D7 | 60 | 3E |
| Octal | 102 | 217 | 373 | 112 | 53 | 0 | 2 | 327 | 140 | 76 |
| Binary | 1000010 | 10001111 | 11111011 | 1001010 | 101011 | 0 | 10 | 11010111 | 1100000 | 111110 |
Color Harmonies of #428FFB
Complementary color
Monochromatic Colors of #428FFB
Black with #428FFB
Text Example
Text Example
White with #428FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #428FFB; }
p { color: rgb(66,143,251); }
H1.HeaderClassName
{
color: #428FFB;
}
.AnyTagClassName
{
color: #428FFB;
}
</style>
background-color css
<style>
a { background-color: #428FFB; }
a { background-color: rgb(66,143,251); }
div.DivClassName
{
background-color: #428FFB;
}
.BgClassName
{
background-color: #428FFB;
}
</style>
border-color css
<style>
span { border-color: #428FFB; }
span { border-color: rgb(66,143,251); }
td.TdClassName
{
border-color: #428FFB;
}
.TagClassName
{
border-color: #428FFB;
}
</style>