Shades of Dodger Blue #28A1FE
Tints of Dodger Blue #28A1FE
RGB
CMYK
RGB Variations
Color information
#28A1FE (or 0x28A1FE) is known color: Dodger Blue. HEX triplet: 28, A1 and FE. RGB value is (40,161,254). Sum of RGB (Red+Green+Blue) = 40+161+254=455 (60% of max value = 765). Red value is 40 (16.02% from 255 or 8.79% from 455); Green value is 161 (63.28% from 255 or 35.38% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #28A1FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #28A1FE is #D75E01. Grayscale: #868686. Windows color (decimal): -14114306 or 16687400. OLE color: 16687400.
HSL color Cylindrical-coordinate representation of color #28A1FE: hue angle of 206.07º 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 #28A1FE is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 161 | 254 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.00 |
| HSL | 206.07º | 0.99% | 0.58% | - |
| HSV(B) | 206.07º | 0.84% | 1% | - |
| XYZ | 31.51 | 33.1 | 98.49 | - |
| YUV | 135.42 | 194.91 | 59.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 161 | 254 | 0.84 | 0.37 | 0 | 0.00 | 206.07 | 0.99 | 0.58 |
| Hex | 28 | A1 | FE | 54 | 25 | 0 | 0 | CE | 63 | 3A |
| Octal | 50 | 241 | 376 | 124 | 45 | 0 | 0 | 316 | 143 | 72 |
| Binary | 101000 | 10100001 | 11111110 | 1010100 | 100101 | 0 | 0 | 11001110 | 1100011 | 111010 |
Color Harmonies of #28A1FE
Complementary color
Monochromatic Colors of #28A1FE
Black with #28A1FE
Text Example
Text Example
White with #28A1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A1FE; }
p { color: rgb(40,161,254); }
H1.HeaderClassName
{
color: #28A1FE;
}
.AnyTagClassName
{
color: #28A1FE;
}
</style>
background-color css
<style>
a { background-color: #28A1FE; }
a { background-color: rgb(40,161,254); }
div.DivClassName
{
background-color: #28A1FE;
}
.BgClassName
{
background-color: #28A1FE;
}
</style>
border-color css
<style>
span { border-color: #28A1FE; }
span { border-color: rgb(40,161,254); }
td.TdClassName
{
border-color: #28A1FE;
}
.TagClassName
{
border-color: #28A1FE;
}
</style>