Shades of Dodger Blue #288EFD
Tints of Dodger Blue #288EFD
RGB
CMYK
RGB Variations
Color information
#288EFD (or 0x288EFD) is known color: Dodger Blue. HEX triplet: 28, 8E and FD. RGB value is (40,142,253). Sum of RGB (Red+Green+Blue) = 40+142+253=435 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.20% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 253 (99.22% from 255 or 58.16% from 435); Max value from RGB is 253 - color contains mainly: blue. Hex color #288EFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288EFD is #D77102. Grayscale: #7B7B7B. Windows color (decimal): -14119171 or 16617000. OLE color: 16617000.
HSL color Cylindrical-coordinate representation of color #288EFD: hue angle of 211.27º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #288EFD is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 142 | 253 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.01 |
| HSL | 211.27º | 0.98% | 0.57% | - |
| HSV(B) | 211.27º | 0.84% | 0.99% | - |
| XYZ | 28.28 | 26.89 | 96.63 | - |
| YUV | 124.16 | 200.71 | 67.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 142 | 253 | 0.84 | 0.44 | 0 | 0.01 | 211.27 | 0.98 | 0.57 |
| Hex | 28 | 8E | FD | 54 | 2C | 0 | 1 | D3 | 62 | 39 |
| Octal | 50 | 216 | 375 | 124 | 54 | 0 | 1 | 323 | 142 | 71 |
| Binary | 101000 | 10001110 | 11111101 | 1010100 | 101100 | 0 | 1 | 11010011 | 1100010 | 111001 |
Color Harmonies of #288EFD
Complementary color
Monochromatic Colors of #288EFD
Black with #288EFD
Text Example
Text Example
White with #288EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288EFD; }
p { color: rgb(40,142,253); }
H1.HeaderClassName
{
color: #288EFD;
}
.AnyTagClassName
{
color: #288EFD;
}
</style>
background-color css
<style>
a { background-color: #288EFD; }
a { background-color: rgb(40,142,253); }
div.DivClassName
{
background-color: #288EFD;
}
.BgClassName
{
background-color: #288EFD;
}
</style>
border-color css
<style>
span { border-color: #288EFD; }
span { border-color: rgb(40,142,253); }
td.TdClassName
{
border-color: #288EFD;
}
.TagClassName
{
border-color: #288EFD;
}
</style>