Shades of Dodger Blue #288CE5
Tints of Dodger Blue #288CE5
RGB
CMYK
RGB Variations
Color information
#288CE5 (or 0x288CE5) is known color: Dodger Blue. HEX triplet: 28, 8C and E5. RGB value is (40,140,229). Sum of RGB (Red+Green+Blue) = 40+140+229=409 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.78% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 229 (89.84% from 255 or 55.99% from 409); Max value from RGB is 229 - color contains mainly: blue. Hex color #288CE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288CE5 is #D7731A. Grayscale: #777777. Windows color (decimal): -14119707 or 15043624. OLE color: 15043624.
HSL color Cylindrical-coordinate representation of color #288CE5: hue angle of 208.25º 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 #288CE5 is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 40 | 140 | 229 | - |
| CMYK | 0.83 | 0.39 | 0 | 0.10 |
| HSL | 208.25º | 0.78% | 0.53% | - |
| HSV(B) | 208.25º | 0.83% | 0.9% | - |
| XYZ | 24.4 | 24.86 | 77.64 | - |
| YUV | 120.25 | 189.37 | 70.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 229 | 0.83 | 0.39 | 0 | 0.10 | 208.25 | 0.78 | 0.53 |
| Hex | 28 | 8C | E5 | 53 | 27 | 0 | A | D0 | 4E | 35 |
| Octal | 50 | 214 | 345 | 123 | 47 | 0 | 12 | 320 | 116 | 65 |
| Binary | 101000 | 10001100 | 11100101 | 1010011 | 100111 | 0 | 1010 | 11010000 | 1001110 | 110101 |
Color Harmonies of #288CE5
Complementary color
Monochromatic Colors of #288CE5
Black with #288CE5
Text Example
Text Example
White with #288CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288CE5; }
p { color: rgb(40,140,229); }
H1.HeaderClassName
{
color: #288CE5;
}
.AnyTagClassName
{
color: #288CE5;
}
</style>
background-color css
<style>
a { background-color: #288CE5; }
a { background-color: rgb(40,140,229); }
div.DivClassName
{
background-color: #288CE5;
}
.BgClassName
{
background-color: #288CE5;
}
</style>
border-color css
<style>
span { border-color: #288CE5; }
span { border-color: rgb(40,140,229); }
td.TdClassName
{
border-color: #288CE5;
}
.TagClassName
{
border-color: #288CE5;
}
</style>