Shades of Dodger Blue #28ADFF
Tints of Dodger Blue #28ADFF
RGB
CMYK
RGB Variations
Color information
#28ADFF (or 0x28ADFF) is known color: Dodger Blue. HEX triplet: 28, AD and FF. RGB value is (40,173,255). Sum of RGB (Red+Green+Blue) = 40+173+255=468 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.55% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #28ADFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28ADFF is #D75200. Grayscale: #8E8E8E. Windows color (decimal): -14111233 or 16756008. OLE color: 16756008.
HSL color Cylindrical-coordinate representation of color #28ADFF: hue angle of 202.88º 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 #28ADFF is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 173 | 255 | - |
| CMYK | 0.84 | 0.32 | 0 | 0 |
| HSL | 202.88º | 1% | 0.58% | - |
| HSV(B) | 202.88º | 0.84% | 1% | - |
| XYZ | 33.87 | 37.56 | 100.07 | - |
| YUV | 142.58 | 191.44 | 54.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 173 | 255 | 0.84 | 0.32 | 0 | 0 | 202.88 | 1 | 0.58 |
| Hex | 28 | AD | FF | 54 | 20 | 0 | 0 | CB | 64 | 3A |
| Octal | 50 | 255 | 377 | 124 | 40 | 0 | 0 | 313 | 144 | 72 |
| Binary | 101000 | 10101101 | 11111111 | 1010100 | 100000 | 0 | 0 | 11001011 | 1100100 | 111010 |
Color Harmonies of #28ADFF
Complementary color
Monochromatic Colors of #28ADFF
Black with #28ADFF
Text Example
Text Example
White with #28ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ADFF; }
p { color: rgb(40,173,255); }
H1.HeaderClassName
{
color: #28ADFF;
}
.AnyTagClassName
{
color: #28ADFF;
}
</style>
background-color css
<style>
a { background-color: #28ADFF; }
a { background-color: rgb(40,173,255); }
div.DivClassName
{
background-color: #28ADFF;
}
.BgClassName
{
background-color: #28ADFF;
}
</style>
border-color css
<style>
span { border-color: #28ADFF; }
span { border-color: rgb(40,173,255); }
td.TdClassName
{
border-color: #28ADFF;
}
.TagClassName
{
border-color: #28ADFF;
}
</style>