Shades of Dodger Blue #28ABFF
Tints of Dodger Blue #28ABFF
RGB
CMYK
RGB Variations
Color information
#28ABFF (or 0x28ABFF) is known color: Dodger Blue. HEX triplet: 28, AB and FF. RGB value is (40,171,255). Sum of RGB (Red+Green+Blue) = 40+171+255=466 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.58% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #28ABFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28ABFF is #D75400. Grayscale: #8C8C8C. Windows color (decimal): -14111745 or 16755496. OLE color: 16755496.
HSL color Cylindrical-coordinate representation of color #28ABFF: hue angle of 203.44º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28ABFF is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 171 | 255 | - |
| CMYK | 0.84 | 0.33 | 0 | 0 |
| HSL | 203.44º | 1% | 0.58% | - |
| HSV(B) | 203.44º | 0.84% | 1% | - |
| XYZ | 33.49 | 36.8 | 99.95 | - |
| YUV | 141.41 | 192.1 | 55.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 171 | 255 | 0.84 | 0.33 | 0 | 0 | 203.44 | 1 | 0.58 |
| Hex | 28 | AB | FF | 54 | 21 | 0 | 0 | CB | 64 | 3A |
| Octal | 50 | 253 | 377 | 124 | 41 | 0 | 0 | 313 | 144 | 72 |
| Binary | 101000 | 10101011 | 11111111 | 1010100 | 100001 | 0 | 0 | 11001011 | 1100100 | 111010 |
Color Harmonies of #28ABFF
Complementary color
Monochromatic Colors of #28ABFF
Black with #28ABFF
Text Example
Text Example
White with #28ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ABFF; }
p { color: rgb(40,171,255); }
H1.HeaderClassName
{
color: #28ABFF;
}
.AnyTagClassName
{
color: #28ABFF;
}
</style>
background-color css
<style>
a { background-color: #28ABFF; }
a { background-color: rgb(40,171,255); }
div.DivClassName
{
background-color: #28ABFF;
}
.BgClassName
{
background-color: #28ABFF;
}
</style>
border-color css
<style>
span { border-color: #28ABFF; }
span { border-color: rgb(40,171,255); }
td.TdClassName
{
border-color: #28ABFF;
}
.TagClassName
{
border-color: #28ABFF;
}
</style>