Shades of Dodger Blue #28ABFC
Tints of Dodger Blue #28ABFC
RGB
CMYK
RGB Variations
Color information
#28ABFC (or 0x28ABFC) is known color: Dodger Blue. HEX triplet: 28, AB and FC. RGB value is (40,171,252). Sum of RGB (Red+Green+Blue) = 40+171+252=463 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.64% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 252 (98.83% from 255 or 54.43% from 463); Max value from RGB is 252 - color contains mainly: blue. Hex color #28ABFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28ABFC is #D75403. Grayscale: #8C8C8C. Windows color (decimal): -14111748 or 16558888. OLE color: 16558888.
HSL color Cylindrical-coordinate representation of color #28ABFC: hue angle of 202.92º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28ABFC is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 171 | 252 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.01 |
| HSL | 202.92º | 0.97% | 0.57% | - |
| HSV(B) | 202.92º | 0.84% | 0.99% | - |
| XYZ | 33.01 | 36.61 | 97.42 | - |
| YUV | 141.07 | 190.6 | 55.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 171 | 252 | 0.84 | 0.32 | 0 | 0.01 | 202.92 | 0.97 | 0.57 |
| Hex | 28 | AB | FC | 54 | 20 | 0 | 1 | CB | 61 | 39 |
| Octal | 50 | 253 | 374 | 124 | 40 | 0 | 1 | 313 | 141 | 71 |
| Binary | 101000 | 10101011 | 11111100 | 1010100 | 100000 | 0 | 1 | 11001011 | 1100001 | 111001 |
Color Harmonies of #28ABFC
Complementary color
Monochromatic Colors of #28ABFC
Black with #28ABFC
Text Example
Text Example
White with #28ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ABFC; }
p { color: rgb(40,171,252); }
H1.HeaderClassName
{
color: #28ABFC;
}
.AnyTagClassName
{
color: #28ABFC;
}
</style>
background-color css
<style>
a { background-color: #28ABFC; }
a { background-color: rgb(40,171,252); }
div.DivClassName
{
background-color: #28ABFC;
}
.BgClassName
{
background-color: #28ABFC;
}
</style>
border-color css
<style>
span { border-color: #28ABFC; }
span { border-color: rgb(40,171,252); }
td.TdClassName
{
border-color: #28ABFC;
}
.TagClassName
{
border-color: #28ABFC;
}
</style>