Shades of Dodger Blue #28A9FF
Tints of Dodger Blue #28A9FF
RGB
CMYK
RGB Variations
Color information
#28A9FF (or 0x28A9FF) is known color: Dodger Blue. HEX triplet: 28, A9 and FF. RGB value is (40,169,255). Sum of RGB (Red+Green+Blue) = 40+169+255=464 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.62% from 464); Green value is 169 (66.41% from 255 or 36.42% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #28A9FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28A9FF is #D75600. Grayscale: #8B8B8B. Windows color (decimal): -14112257 or 16754984. OLE color: 16754984.
HSL color Cylindrical-coordinate representation of color #28A9FF: hue angle of 204º 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 #28A9FF is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 169 | 255 | - |
| CMYK | 0.84 | 0.34 | 0 | 0 |
| HSL | 204º | 1% | 0.58% | - |
| HSV(B) | 204º | 0.84% | 1% | - |
| XYZ | 33.11 | 36.05 | 99.82 | - |
| YUV | 140.23 | 192.76 | 56.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 169 | 255 | 0.84 | 0.34 | 0 | 0 | 204 | 1 | 0.58 |
| Hex | 28 | A9 | FF | 54 | 22 | 0 | 0 | CC | 64 | 3A |
| Octal | 50 | 251 | 377 | 124 | 42 | 0 | 0 | 314 | 144 | 72 |
| Binary | 101000 | 10101001 | 11111111 | 1010100 | 100010 | 0 | 0 | 11001100 | 1100100 | 111010 |
Color Harmonies of #28A9FF
Complementary color
Monochromatic Colors of #28A9FF
Black with #28A9FF
Text Example
Text Example
White with #28A9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A9FF; }
p { color: rgb(40,169,255); }
H1.HeaderClassName
{
color: #28A9FF;
}
.AnyTagClassName
{
color: #28A9FF;
}
</style>
background-color css
<style>
a { background-color: #28A9FF; }
a { background-color: rgb(40,169,255); }
div.DivClassName
{
background-color: #28A9FF;
}
.BgClassName
{
background-color: #28A9FF;
}
</style>
border-color css
<style>
span { border-color: #28A9FF; }
span { border-color: rgb(40,169,255); }
td.TdClassName
{
border-color: #28A9FF;
}
.TagClassName
{
border-color: #28A9FF;
}
</style>