Shades of Dodger Blue #28A2EF
Tints of Dodger Blue #28A2EF
RGB
CMYK
RGB Variations
Color information
#28A2EF (or 0x28A2EF) is known color: Dodger Blue. HEX triplet: 28, A2 and EF. RGB value is (40,162,239). Sum of RGB (Red+Green+Blue) = 40+162+239=441 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.07% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 239 (93.75% from 255 or 54.20% from 441); Max value from RGB is 239 - color contains mainly: blue. Hex color #28A2EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28A2EF is #D75D10. Grayscale: #858585. Windows color (decimal): -14114065 or 15704616. OLE color: 15704616.
HSL color Cylindrical-coordinate representation of color #28A2EF: hue angle of 203.22º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28A2EF is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 162 | 239 | - |
| CMYK | 0.83 | 0.32 | 0 | 0.06 |
| HSL | 203.22º | 0.86% | 0.55% | - |
| HSV(B) | 203.22º | 0.83% | 0.94% | - |
| XYZ | 29.38 | 32.52 | 86.39 | - |
| YUV | 134.3 | 187.08 | 60.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 162 | 239 | 0.83 | 0.32 | 0 | 0.06 | 203.22 | 0.86 | 0.55 |
| Hex | 28 | A2 | EF | 53 | 20 | 0 | 6 | CB | 56 | 37 |
| Octal | 50 | 242 | 357 | 123 | 40 | 0 | 6 | 313 | 126 | 67 |
| Binary | 101000 | 10100010 | 11101111 | 1010011 | 100000 | 0 | 110 | 11001011 | 1010110 | 110111 |
Color Harmonies of #28A2EF
Complementary color
Monochromatic Colors of #28A2EF
Black with #28A2EF
Text Example
Text Example
White with #28A2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A2EF; }
p { color: rgb(40,162,239); }
H1.HeaderClassName
{
color: #28A2EF;
}
.AnyTagClassName
{
color: #28A2EF;
}
</style>
background-color css
<style>
a { background-color: #28A2EF; }
a { background-color: rgb(40,162,239); }
div.DivClassName
{
background-color: #28A2EF;
}
.BgClassName
{
background-color: #28A2EF;
}
</style>
border-color css
<style>
span { border-color: #28A2EF; }
span { border-color: rgb(40,162,239); }
td.TdClassName
{
border-color: #28A2EF;
}
.TagClassName
{
border-color: #28A2EF;
}
</style>