Shades of Dodger Blue #28AAF8
Tints of Dodger Blue #28AAF8
RGB
CMYK
RGB Variations
Color information
#28AAF8 (or 0x28AAF8) is known color: Dodger Blue. HEX triplet: 28, AA and F8. RGB value is (40,170,248). Sum of RGB (Red+Green+Blue) = 40+170+248=458 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.73% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 248 (97.27% from 255 or 54.15% from 458); Max value from RGB is 248 - color contains mainly: blue. Hex color #28AAF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28AAF8 is #D75507. Grayscale: #8B8B8B. Windows color (decimal): -14112008 or 16296488. OLE color: 16296488.
HSL color Cylindrical-coordinate representation of color #28AAF8: hue angle of 202.5º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28AAF8 is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 170 | 248 | - |
| CMYK | 0.84 | 0.31 | 0 | 0.03 |
| HSL | 202.5º | 0.94% | 0.56% | - |
| HSV(B) | 202.5º | 0.84% | 0.97% | - |
| XYZ | 32.19 | 35.98 | 94.05 | - |
| YUV | 140.02 | 188.93 | 56.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 170 | 248 | 0.84 | 0.31 | 0 | 0.03 | 202.5 | 0.94 | 0.56 |
| Hex | 28 | AA | F8 | 54 | 1F | 0 | 3 | CA | 5E | 38 |
| Octal | 50 | 252 | 370 | 124 | 37 | 0 | 3 | 312 | 136 | 70 |
| Binary | 101000 | 10101010 | 11111000 | 1010100 | 11111 | 0 | 11 | 11001010 | 1011110 | 111000 |
Color Harmonies of #28AAF8
Complementary color
Monochromatic Colors of #28AAF8
Black with #28AAF8
Text Example
Text Example
White with #28AAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AAF8; }
p { color: rgb(40,170,248); }
H1.HeaderClassName
{
color: #28AAF8;
}
.AnyTagClassName
{
color: #28AAF8;
}
</style>
background-color css
<style>
a { background-color: #28AAF8; }
a { background-color: rgb(40,170,248); }
div.DivClassName
{
background-color: #28AAF8;
}
.BgClassName
{
background-color: #28AAF8;
}
</style>
border-color css
<style>
span { border-color: #28AAF8; }
span { border-color: rgb(40,170,248); }
td.TdClassName
{
border-color: #28AAF8;
}
.TagClassName
{
border-color: #28AAF8;
}
</style>