Shades of Dodger Blue #28A2FE
Tints of Dodger Blue #28A2FE
RGB
CMYK
RGB Variations
Color information
#28A2FE (or 0x28A2FE) is known color: Dodger Blue. HEX triplet: 28, A2 and FE. RGB value is (40,162,254). Sum of RGB (Red+Green+Blue) = 40+162+254=456 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.77% from 456); Green value is 162 (63.67% from 255 or 35.53% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #28A2FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28A2FE is #D75D01. Grayscale: #878787. Windows color (decimal): -14114050 or 16687656. OLE color: 16687656.
HSL color Cylindrical-coordinate representation of color #28A2FE: hue angle of 205.79º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28A2FE is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 162 | 254 | - |
| CMYK | 0.84 | 0.36 | 0 | 0.00 |
| HSL | 205.79º | 0.99% | 0.58% | - |
| HSV(B) | 205.79º | 0.84% | 1% | - |
| XYZ | 31.68 | 33.45 | 98.55 | - |
| YUV | 136.01 | 194.58 | 59.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 162 | 254 | 0.84 | 0.36 | 0 | 0.00 | 205.79 | 0.99 | 0.58 |
| Hex | 28 | A2 | FE | 54 | 24 | 0 | 0 | CE | 63 | 3A |
| Octal | 50 | 242 | 376 | 124 | 44 | 0 | 0 | 316 | 143 | 72 |
| Binary | 101000 | 10100010 | 11111110 | 1010100 | 100100 | 0 | 0 | 11001110 | 1100011 | 111010 |
Color Harmonies of #28A2FE
Complementary color
Monochromatic Colors of #28A2FE
Black with #28A2FE
Text Example
Text Example
White with #28A2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A2FE; }
p { color: rgb(40,162,254); }
H1.HeaderClassName
{
color: #28A2FE;
}
.AnyTagClassName
{
color: #28A2FE;
}
</style>
background-color css
<style>
a { background-color: #28A2FE; }
a { background-color: rgb(40,162,254); }
div.DivClassName
{
background-color: #28A2FE;
}
.BgClassName
{
background-color: #28A2FE;
}
</style>
border-color css
<style>
span { border-color: #28A2FE; }
span { border-color: rgb(40,162,254); }
td.TdClassName
{
border-color: #28A2FE;
}
.TagClassName
{
border-color: #28A2FE;
}
</style>