Shades of Dodger Blue #288FE5
Tints of Dodger Blue #288FE5
RGB
CMYK
RGB Variations
Color information
#288FE5 (or 0x288FE5) is known color: Dodger Blue. HEX triplet: 28, 8F and E5. RGB value is (40,143,229). Sum of RGB (Red+Green+Blue) = 40+143+229=412 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.71% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 229 (89.84% from 255 or 55.58% from 412); Max value from RGB is 229 - color contains mainly: blue. Hex color #288FE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288FE5 is #D7701A. Grayscale: #797979. Windows color (decimal): -14118939 or 15044392. OLE color: 15044392.
HSL color Cylindrical-coordinate representation of color #288FE5: hue angle of 207.3º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #288FE5 is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 40 | 143 | 229 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.10 |
| HSL | 207.3º | 0.78% | 0.53% | - |
| HSV(B) | 207.3º | 0.83% | 0.9% | - |
| XYZ | 24.84 | 25.75 | 77.79 | - |
| YUV | 122.01 | 188.38 | 69.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 229 | 0.83 | 0.38 | 0 | 0.10 | 207.3 | 0.78 | 0.53 |
| Hex | 28 | 8F | E5 | 53 | 26 | 0 | A | CF | 4E | 35 |
| Octal | 50 | 217 | 345 | 123 | 46 | 0 | 12 | 317 | 116 | 65 |
| Binary | 101000 | 10001111 | 11100101 | 1010011 | 100110 | 0 | 1010 | 11001111 | 1001110 | 110101 |
Color Harmonies of #288FE5
Complementary color
Monochromatic Colors of #288FE5
Black with #288FE5
Text Example
Text Example
White with #288FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288FE5; }
p { color: rgb(40,143,229); }
H1.HeaderClassName
{
color: #288FE5;
}
.AnyTagClassName
{
color: #288FE5;
}
</style>
background-color css
<style>
a { background-color: #288FE5; }
a { background-color: rgb(40,143,229); }
div.DivClassName
{
background-color: #288FE5;
}
.BgClassName
{
background-color: #288FE5;
}
</style>
border-color css
<style>
span { border-color: #288FE5; }
span { border-color: rgb(40,143,229); }
td.TdClassName
{
border-color: #288FE5;
}
.TagClassName
{
border-color: #288FE5;
}
</style>