Shades of Dodger Blue #28A2FA
Tints of Dodger Blue #28A2FA
RGB
CMYK
RGB Variations
Color information
#28A2FA (or 0x28A2FA) is known color: Dodger Blue. HEX triplet: 28, A2 and FA. RGB value is (40,162,250). Sum of RGB (Red+Green+Blue) = 40+162+250=452 (59% of max value = 765). Red value is 40 (16.02% from 255 or 8.85% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #28A2FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28A2FA is #D75D05. Grayscale: #878787. Windows color (decimal): -14114054 or 16425512. OLE color: 16425512.
HSL color Cylindrical-coordinate representation of color #28A2FA: hue angle of 205.14º 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 #28A2FA is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 162 | 250 | - |
| CMYK | 0.84 | 0.35 | 0 | 0.02 |
| HSL | 205.14º | 0.95% | 0.57% | - |
| HSV(B) | 205.14º | 0.84% | 0.98% | - |
| XYZ | 31.05 | 33.19 | 95.21 | - |
| YUV | 135.55 | 192.58 | 59.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 162 | 250 | 0.84 | 0.35 | 0 | 0.02 | 205.14 | 0.95 | 0.57 |
| Hex | 28 | A2 | FA | 54 | 23 | 0 | 2 | CD | 5F | 39 |
| Octal | 50 | 242 | 372 | 124 | 43 | 0 | 2 | 315 | 137 | 71 |
| Binary | 101000 | 10100010 | 11111010 | 1010100 | 100011 | 0 | 10 | 11001101 | 1011111 | 111001 |
Color Harmonies of #28A2FA
Complementary color
Monochromatic Colors of #28A2FA
Black with #28A2FA
Text Example
Text Example
White with #28A2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A2FA; }
p { color: rgb(40,162,250); }
H1.HeaderClassName
{
color: #28A2FA;
}
.AnyTagClassName
{
color: #28A2FA;
}
</style>
background-color css
<style>
a { background-color: #28A2FA; }
a { background-color: rgb(40,162,250); }
div.DivClassName
{
background-color: #28A2FA;
}
.BgClassName
{
background-color: #28A2FA;
}
</style>
border-color css
<style>
span { border-color: #28A2FA; }
span { border-color: rgb(40,162,250); }
td.TdClassName
{
border-color: #28A2FA;
}
.TagClassName
{
border-color: #28A2FA;
}
</style>