Shades of Dodger Blue #28ACFC
Tints of Dodger Blue #28ACFC
RGB
CMYK
RGB Variations
Color information
#28ACFC (or 0x28ACFC) is known color: Dodger Blue. HEX triplet: 28, AC and FC. RGB value is (40,172,252). Sum of RGB (Red+Green+Blue) = 40+172+252=464 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.62% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #28ACFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28ACFC is #D75303. Grayscale: #8D8D8D. Windows color (decimal): -14111492 or 16559144. OLE color: 16559144.
HSL color Cylindrical-coordinate representation of color #28ACFC: hue angle of 202.64º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28ACFC is Cyan = 0.84, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 172 | 252 | - |
| CMYK | 0.84 | 0.32 | 0 | 0.01 |
| HSL | 202.64º | 0.97% | 0.57% | - |
| HSV(B) | 202.64º | 0.84% | 0.99% | - |
| XYZ | 33.2 | 36.98 | 97.48 | - |
| YUV | 141.65 | 190.27 | 55.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 172 | 252 | 0.84 | 0.32 | 0 | 0.01 | 202.64 | 0.97 | 0.57 |
| Hex | 28 | AC | FC | 54 | 20 | 0 | 1 | CB | 61 | 39 |
| Octal | 50 | 254 | 374 | 124 | 40 | 0 | 1 | 313 | 141 | 71 |
| Binary | 101000 | 10101100 | 11111100 | 1010100 | 100000 | 0 | 1 | 11001011 | 1100001 | 111001 |
Color Harmonies of #28ACFC
Complementary color
Monochromatic Colors of #28ACFC
Black with #28ACFC
Text Example
Text Example
White with #28ACFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ACFC; }
p { color: rgb(40,172,252); }
H1.HeaderClassName
{
color: #28ACFC;
}
.AnyTagClassName
{
color: #28ACFC;
}
</style>
background-color css
<style>
a { background-color: #28ACFC; }
a { background-color: rgb(40,172,252); }
div.DivClassName
{
background-color: #28ACFC;
}
.BgClassName
{
background-color: #28ACFC;
}
</style>
border-color css
<style>
span { border-color: #28ACFC; }
span { border-color: rgb(40,172,252); }
td.TdClassName
{
border-color: #28ACFC;
}
.TagClassName
{
border-color: #28ACFC;
}
</style>