Shades of Dodger Blue #28A3FF
Tints of Dodger Blue #28A3FF
RGB
CMYK
RGB Variations
Color information
#28A3FF (or 0x28A3FF) is known color: Dodger Blue. HEX triplet: 28, A3 and FF. RGB value is (40,163,255). Sum of RGB (Red+Green+Blue) = 40+163+255=458 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.73% from 458); Green value is 163 (64.06% from 255 or 35.59% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #28A3FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28A3FF is #D75C00. Grayscale: #888888. Windows color (decimal): -14113793 or 16753448. OLE color: 16753448.
HSL color Cylindrical-coordinate representation of color #28A3FF: hue angle of 205.67º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28A3FF is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 163 | 255 | - |
| CMYK | 0.84 | 0.36 | 0 | 0 |
| HSL | 205.67º | 1% | 0.58% | - |
| HSV(B) | 205.67º | 0.84% | 1% | - |
| XYZ | 32.02 | 33.87 | 99.46 | - |
| YUV | 136.71 | 194.75 | 59.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 163 | 255 | 0.84 | 0.36 | 0 | 0 | 205.67 | 1 | 0.58 |
| Hex | 28 | A3 | FF | 54 | 24 | 0 | 0 | CE | 64 | 3A |
| Octal | 50 | 243 | 377 | 124 | 44 | 0 | 0 | 316 | 144 | 72 |
| Binary | 101000 | 10100011 | 11111111 | 1010100 | 100100 | 0 | 0 | 11001110 | 1100100 | 111010 |
Color Harmonies of #28A3FF
Complementary color
Monochromatic Colors of #28A3FF
Black with #28A3FF
Text Example
Text Example
White with #28A3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A3FF; }
p { color: rgb(40,163,255); }
H1.HeaderClassName
{
color: #28A3FF;
}
.AnyTagClassName
{
color: #28A3FF;
}
</style>
background-color css
<style>
a { background-color: #28A3FF; }
a { background-color: rgb(40,163,255); }
div.DivClassName
{
background-color: #28A3FF;
}
.BgClassName
{
background-color: #28A3FF;
}
</style>
border-color css
<style>
span { border-color: #28A3FF; }
span { border-color: rgb(40,163,255); }
td.TdClassName
{
border-color: #28A3FF;
}
.TagClassName
{
border-color: #28A3FF;
}
</style>