Shades of Dodger Blue #28A9FE
Tints of Dodger Blue #28A9FE
RGB
CMYK
RGB Variations
Color information
#28A9FE (or 0x28A9FE) is known color: Dodger Blue. HEX triplet: 28, A9 and FE. RGB value is (40,169,254). Sum of RGB (Red+Green+Blue) = 40+169+254=463 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.64% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #28A9FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28A9FE is #D75601. Grayscale: #8B8B8B. Windows color (decimal): -14112258 or 16689448. OLE color: 16689448.
HSL color Cylindrical-coordinate representation of color #28A9FE: hue angle of 203.83º 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 #28A9FE is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 169 | 254 | - |
| CMYK | 0.84 | 0.33 | 0 | 0.00 |
| HSL | 203.83º | 0.99% | 0.58% | - |
| HSV(B) | 203.83º | 0.84% | 1% | - |
| XYZ | 32.95 | 35.98 | 98.97 | - |
| YUV | 140.12 | 192.26 | 56.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 169 | 254 | 0.84 | 0.33 | 0 | 0.00 | 203.83 | 0.99 | 0.58 |
| Hex | 28 | A9 | FE | 54 | 21 | 0 | 0 | CC | 63 | 3A |
| Octal | 50 | 251 | 376 | 124 | 41 | 0 | 0 | 314 | 143 | 72 |
| Binary | 101000 | 10101001 | 11111110 | 1010100 | 100001 | 0 | 0 | 11001100 | 1100011 | 111010 |
Color Harmonies of #28A9FE
Complementary color
Monochromatic Colors of #28A9FE
Black with #28A9FE
Text Example
Text Example
White with #28A9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A9FE; }
p { color: rgb(40,169,254); }
H1.HeaderClassName
{
color: #28A9FE;
}
.AnyTagClassName
{
color: #28A9FE;
}
</style>
background-color css
<style>
a { background-color: #28A9FE; }
a { background-color: rgb(40,169,254); }
div.DivClassName
{
background-color: #28A9FE;
}
.BgClassName
{
background-color: #28A9FE;
}
</style>
border-color css
<style>
span { border-color: #28A9FE; }
span { border-color: rgb(40,169,254); }
td.TdClassName
{
border-color: #28A9FE;
}
.TagClassName
{
border-color: #28A9FE;
}
</style>