Shades of Dodger Blue #28AAFE
Tints of Dodger Blue #28AAFE
RGB
CMYK
RGB Variations
Color information
#28AAFE (or 0x28AAFE) is known color: Dodger Blue. HEX triplet: 28, AA and FE. RGB value is (40,170,254). Sum of RGB (Red+Green+Blue) = 40+170+254=464 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.62% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #28AAFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28AAFE is #D75501. Grayscale: #8C8C8C. Windows color (decimal): -14112002 or 16689704. OLE color: 16689704.
HSL color Cylindrical-coordinate representation of color #28AAFE: hue angle of 203.55º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28AAFE is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 170 | 254 | - |
| CMYK | 0.84 | 0.33 | 0 | 0.00 |
| HSL | 203.55º | 0.99% | 0.58% | - |
| HSV(B) | 203.55º | 0.84% | 1% | - |
| XYZ | 33.14 | 36.36 | 99.04 | - |
| YUV | 140.71 | 191.93 | 56.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 170 | 254 | 0.84 | 0.33 | 0 | 0.00 | 203.55 | 0.99 | 0.58 |
| Hex | 28 | AA | FE | 54 | 21 | 0 | 0 | CC | 63 | 3A |
| Octal | 50 | 252 | 376 | 124 | 41 | 0 | 0 | 314 | 143 | 72 |
| Binary | 101000 | 10101010 | 11111110 | 1010100 | 100001 | 0 | 0 | 11001100 | 1100011 | 111010 |
Color Harmonies of #28AAFE
Complementary color
Monochromatic Colors of #28AAFE
Black with #28AAFE
Text Example
Text Example
White with #28AAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AAFE; }
p { color: rgb(40,170,254); }
H1.HeaderClassName
{
color: #28AAFE;
}
.AnyTagClassName
{
color: #28AAFE;
}
</style>
background-color css
<style>
a { background-color: #28AAFE; }
a { background-color: rgb(40,170,254); }
div.DivClassName
{
background-color: #28AAFE;
}
.BgClassName
{
background-color: #28AAFE;
}
</style>
border-color css
<style>
span { border-color: #28AAFE; }
span { border-color: rgb(40,170,254); }
td.TdClassName
{
border-color: #28AAFE;
}
.TagClassName
{
border-color: #28AAFE;
}
</style>