Shades of Dodger Blue #28ADFC
Tints of Dodger Blue #28ADFC
RGB
CMYK
RGB Variations
Color information
#28ADFC (or 0x28ADFC) is known color: Dodger Blue. HEX triplet: 28, AD and FC. RGB value is (40,173,252). Sum of RGB (Red+Green+Blue) = 40+173+252=465 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.60% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #28ADFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28ADFC is #D75203. Grayscale: #8D8D8D. Windows color (decimal): -14111236 or 16559400. OLE color: 16559400.
HSL color Cylindrical-coordinate representation of color #28ADFC: hue angle of 202.36º 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 #28ADFC is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 173 | 252 | - |
| CMYK | 0.84 | 0.31 | 0 | 0.01 |
| HSL | 202.36º | 0.97% | 0.57% | - |
| HSV(B) | 202.36º | 0.84% | 0.99% | - |
| XYZ | 33.39 | 37.37 | 97.55 | - |
| YUV | 142.24 | 189.94 | 55.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 173 | 252 | 0.84 | 0.31 | 0 | 0.01 | 202.36 | 0.97 | 0.57 |
| Hex | 28 | AD | FC | 54 | 1F | 0 | 1 | CA | 61 | 39 |
| Octal | 50 | 255 | 374 | 124 | 37 | 0 | 1 | 312 | 141 | 71 |
| Binary | 101000 | 10101101 | 11111100 | 1010100 | 11111 | 0 | 1 | 11001010 | 1100001 | 111001 |
Color Harmonies of #28ADFC
Complementary color
Monochromatic Colors of #28ADFC
Black with #28ADFC
Text Example
Text Example
White with #28ADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ADFC; }
p { color: rgb(40,173,252); }
H1.HeaderClassName
{
color: #28ADFC;
}
.AnyTagClassName
{
color: #28ADFC;
}
</style>
background-color css
<style>
a { background-color: #28ADFC; }
a { background-color: rgb(40,173,252); }
div.DivClassName
{
background-color: #28ADFC;
}
.BgClassName
{
background-color: #28ADFC;
}
</style>
border-color css
<style>
span { border-color: #28ADFC; }
span { border-color: rgb(40,173,252); }
td.TdClassName
{
border-color: #28ADFC;
}
.TagClassName
{
border-color: #28ADFC;
}
</style>