Shades of Dodger Blue #28AFFC
Tints of Dodger Blue #28AFFC
RGB
CMYK
RGB Variations
Color information
#28AFFC (or 0x28AFFC) is known color: Dodger Blue. HEX triplet: 28, AF and FC. RGB value is (40,175,252). Sum of RGB (Red+Green+Blue) = 40+175+252=467 (61% of max value = 765). Red value is 40 (16.02% from 255 or 8.57% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #28AFFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28AFFC is #D75003. Grayscale: #8E8E8E. Windows color (decimal): -14110724 or 16559912. OLE color: 16559912.
HSL color Cylindrical-coordinate representation of color #28AFFC: hue angle of 201.79º 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 #28AFFC is Cyan = 0.84, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 175 | 252 | - |
| CMYK | 0.84 | 0.31 | 0 | 0.01 |
| HSL | 201.79º | 0.97% | 0.57% | - |
| HSV(B) | 201.79º | 0.84% | 0.99% | - |
| XYZ | 33.78 | 38.14 | 97.68 | - |
| YUV | 143.41 | 189.27 | 54.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 175 | 252 | 0.84 | 0.31 | 0 | 0.01 | 201.79 | 0.97 | 0.57 |
| Hex | 28 | AF | FC | 54 | 1F | 0 | 1 | CA | 61 | 39 |
| Octal | 50 | 257 | 374 | 124 | 37 | 0 | 1 | 312 | 141 | 71 |
| Binary | 101000 | 10101111 | 11111100 | 1010100 | 11111 | 0 | 1 | 11001010 | 1100001 | 111001 |
Color Harmonies of #28AFFC
Complementary color
Monochromatic Colors of #28AFFC
Black with #28AFFC
Text Example
Text Example
White with #28AFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AFFC; }
p { color: rgb(40,175,252); }
H1.HeaderClassName
{
color: #28AFFC;
}
.AnyTagClassName
{
color: #28AFFC;
}
</style>
background-color css
<style>
a { background-color: #28AFFC; }
a { background-color: rgb(40,175,252); }
div.DivClassName
{
background-color: #28AFFC;
}
.BgClassName
{
background-color: #28AFFC;
}
</style>
border-color css
<style>
span { border-color: #28AFFC; }
span { border-color: rgb(40,175,252); }
td.TdClassName
{
border-color: #28AFFC;
}
.TagClassName
{
border-color: #28AFFC;
}
</style>