Shades of Dodger Blue #28A8FA
Tints of Dodger Blue #28A8FA
RGB
CMYK
RGB Variations
Color information
#28A8FA (or 0x28A8FA) is known color: Dodger Blue. HEX triplet: 28, A8 and FA. RGB value is (40,168,250). Sum of RGB (Red+Green+Blue) = 40+168+250=458 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.73% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #28A8FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28A8FA is #D75705. Grayscale: #8A8A8A. Windows color (decimal): -14112518 or 16427048. OLE color: 16427048.
HSL color Cylindrical-coordinate representation of color #28A8FA: hue angle of 203.43º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28A8FA is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 168 | 250 | - |
| CMYK | 0.84 | 0.33 | 0 | 0.02 |
| HSL | 203.43º | 0.95% | 0.57% | - |
| HSV(B) | 203.43º | 0.84% | 0.98% | - |
| XYZ | 32.13 | 35.36 | 95.57 | - |
| YUV | 139.08 | 190.59 | 57.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 168 | 250 | 0.84 | 0.33 | 0 | 0.02 | 203.43 | 0.95 | 0.57 |
| Hex | 28 | A8 | FA | 54 | 21 | 0 | 2 | CB | 5F | 39 |
| Octal | 50 | 250 | 372 | 124 | 41 | 0 | 2 | 313 | 137 | 71 |
| Binary | 101000 | 10101000 | 11111010 | 1010100 | 100001 | 0 | 10 | 11001011 | 1011111 | 111001 |
Color Harmonies of #28A8FA
Complementary color
Monochromatic Colors of #28A8FA
Black with #28A8FA
Text Example
Text Example
White with #28A8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A8FA; }
p { color: rgb(40,168,250); }
H1.HeaderClassName
{
color: #28A8FA;
}
.AnyTagClassName
{
color: #28A8FA;
}
</style>
background-color css
<style>
a { background-color: #28A8FA; }
a { background-color: rgb(40,168,250); }
div.DivClassName
{
background-color: #28A8FA;
}
.BgClassName
{
background-color: #28A8FA;
}
</style>
border-color css
<style>
span { border-color: #28A8FA; }
span { border-color: rgb(40,168,250); }
td.TdClassName
{
border-color: #28A8FA;
}
.TagClassName
{
border-color: #28A8FA;
}
</style>