Shades of Dodger Blue #28ACFF
Tints of Dodger Blue #28ACFF
RGB
CMYK
RGB Variations
Color information
#28ACFF (or 0x28ACFF) is known color: Dodger Blue. HEX triplet: 28, AC and FF. RGB value is (40,172,255). Sum of RGB (Red+Green+Blue) = 40+172+255=467 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.57% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #28ACFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28ACFF is #D75300. Grayscale: #8D8D8D. Windows color (decimal): -14111489 or 16755752. OLE color: 16755752.
HSL color Cylindrical-coordinate representation of color #28ACFF: hue angle of 203.16º 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 #28ACFF is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 172 | 255 | - |
| CMYK | 0.84 | 0.33 | 0 | 0 |
| HSL | 203.16º | 1% | 0.58% | - |
| HSV(B) | 203.16º | 0.84% | 1% | - |
| XYZ | 33.68 | 37.18 | 100.01 | - |
| YUV | 141.99 | 191.77 | 55.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 172 | 255 | 0.84 | 0.33 | 0 | 0 | 203.16 | 1 | 0.58 |
| Hex | 28 | AC | FF | 54 | 21 | 0 | 0 | CB | 64 | 3A |
| Octal | 50 | 254 | 377 | 124 | 41 | 0 | 0 | 313 | 144 | 72 |
| Binary | 101000 | 10101100 | 11111111 | 1010100 | 100001 | 0 | 0 | 11001011 | 1100100 | 111010 |
Color Harmonies of #28ACFF
Complementary color
Monochromatic Colors of #28ACFF
Black with #28ACFF
Text Example
Text Example
White with #28ACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ACFF; }
p { color: rgb(40,172,255); }
H1.HeaderClassName
{
color: #28ACFF;
}
.AnyTagClassName
{
color: #28ACFF;
}
</style>
background-color css
<style>
a { background-color: #28ACFF; }
a { background-color: rgb(40,172,255); }
div.DivClassName
{
background-color: #28ACFF;
}
.BgClassName
{
background-color: #28ACFF;
}
</style>
border-color css
<style>
span { border-color: #28ACFF; }
span { border-color: rgb(40,172,255); }
td.TdClassName
{
border-color: #28ACFF;
}
.TagClassName
{
border-color: #28ACFF;
}
</style>