Shades of Dodger Blue #288CDA
Tints of Dodger Blue #288CDA
RGB
CMYK
RGB Variations
Color information
#288CDA (or 0x288CDA) is known color: Dodger Blue. HEX triplet: 28, 8C and DA. RGB value is (40,140,218). Sum of RGB (Red+Green+Blue) = 40+140+218=398 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.05% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 218 (85.55% from 255 or 54.77% from 398); Max value from RGB is 218 - color contains mainly: blue. Hex color #288CDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288CDA is #D77325. Grayscale: #767676. Windows color (decimal): -14119718 or 14322728. OLE color: 14322728.
HSL color Cylindrical-coordinate representation of color #288CDA: hue angle of 206.29º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #288CDA is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 140 | 218 | - |
| CMYK | 0.82 | 0.36 | 0 | 0.15 |
| HSL | 206.29º | 0.71% | 0.51% | - |
| HSV(B) | 206.29º | 0.82% | 0.85% | - |
| XYZ | 22.91 | 24.27 | 69.81 | - |
| YUV | 118.99 | 183.87 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 218 | 0.82 | 0.36 | 0 | 0.15 | 206.29 | 0.71 | 0.51 |
| Hex | 28 | 8C | DA | 52 | 24 | 0 | F | CE | 47 | 33 |
| Octal | 50 | 214 | 332 | 122 | 44 | 0 | 17 | 316 | 107 | 63 |
| Binary | 101000 | 10001100 | 11011010 | 1010010 | 100100 | 0 | 1111 | 11001110 | 1000111 | 110011 |
Color Harmonies of #288CDA
Complementary color
Monochromatic Colors of #288CDA
Black with #288CDA
Text Example
Text Example
White with #288CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288CDA; }
p { color: rgb(40,140,218); }
H1.HeaderClassName
{
color: #288CDA;
}
.AnyTagClassName
{
color: #288CDA;
}
</style>
background-color css
<style>
a { background-color: #288CDA; }
a { background-color: rgb(40,140,218); }
div.DivClassName
{
background-color: #288CDA;
}
.BgClassName
{
background-color: #288CDA;
}
</style>
border-color css
<style>
span { border-color: #288CDA; }
span { border-color: rgb(40,140,218); }
td.TdClassName
{
border-color: #288CDA;
}
.TagClassName
{
border-color: #288CDA;
}
</style>