Shades of Dodger Blue #28A1EF
Tints of Dodger Blue #28A1EF
RGB
CMYK
RGB Variations
Color information
#28A1EF (or 0x28A1EF) is known color: Dodger Blue. HEX triplet: 28, A1 and EF. RGB value is (40,161,239). Sum of RGB (Red+Green+Blue) = 40+161+239=440 (58% of max value = 765). Red value is 40 (16.02% from 255 or 9.09% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #28A1EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28A1EF is #D75E10. Grayscale: #858585. Windows color (decimal): -14114321 or 15704360. OLE color: 15704360.
HSL color Cylindrical-coordinate representation of color #28A1EF: hue angle of 203.52º 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 #28A1EF is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 161 | 239 | - |
| CMYK | 0.83 | 0.33 | 0 | 0.06 |
| HSL | 203.52º | 0.86% | 0.55% | - |
| HSV(B) | 203.52º | 0.83% | 0.94% | - |
| XYZ | 29.2 | 32.17 | 86.33 | - |
| YUV | 133.71 | 187.41 | 61.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 161 | 239 | 0.83 | 0.33 | 0 | 0.06 | 203.52 | 0.86 | 0.55 |
| Hex | 28 | A1 | EF | 53 | 21 | 0 | 6 | CC | 56 | 37 |
| Octal | 50 | 241 | 357 | 123 | 41 | 0 | 6 | 314 | 126 | 67 |
| Binary | 101000 | 10100001 | 11101111 | 1010011 | 100001 | 0 | 110 | 11001100 | 1010110 | 110111 |
Color Harmonies of #28A1EF
Complementary color
Monochromatic Colors of #28A1EF
Black with #28A1EF
Text Example
Text Example
White with #28A1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A1EF; }
p { color: rgb(40,161,239); }
H1.HeaderClassName
{
color: #28A1EF;
}
.AnyTagClassName
{
color: #28A1EF;
}
</style>
background-color css
<style>
a { background-color: #28A1EF; }
a { background-color: rgb(40,161,239); }
div.DivClassName
{
background-color: #28A1EF;
}
.BgClassName
{
background-color: #28A1EF;
}
</style>
border-color css
<style>
span { border-color: #28A1EF; }
span { border-color: rgb(40,161,239); }
td.TdClassName
{
border-color: #28A1EF;
}
.TagClassName
{
border-color: #28A1EF;
}
</style>