Shades of Dodger Blue #288FDD
Tints of Dodger Blue #288FDD
RGB
CMYK
RGB Variations
Color information
#288FDD (or 0x288FDD) is known color: Dodger Blue. HEX triplet: 28, 8F and DD. RGB value is (40,143,221). Sum of RGB (Red+Green+Blue) = 40+143+221=404 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.90% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #288FDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288FDD is #D77022. Grayscale: #787878. Windows color (decimal): -14118947 or 14520104. OLE color: 14520104.
HSL color Cylindrical-coordinate representation of color #288FDD: hue angle of 205.86º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #288FDD is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 143 | 221 | - |
| CMYK | 0.82 | 0.35 | 0 | 0.13 |
| HSL | 205.86º | 0.73% | 0.51% | - |
| HSV(B) | 205.86º | 0.82% | 0.87% | - |
| XYZ | 23.75 | 25.32 | 72.04 | - |
| YUV | 121.1 | 184.38 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 221 | 0.82 | 0.35 | 0 | 0.13 | 205.86 | 0.73 | 0.51 |
| Hex | 28 | 8F | DD | 52 | 23 | 0 | D | CE | 49 | 33 |
| Octal | 50 | 217 | 335 | 122 | 43 | 0 | 15 | 316 | 111 | 63 |
| Binary | 101000 | 10001111 | 11011101 | 1010010 | 100011 | 0 | 1101 | 11001110 | 1001001 | 110011 |
Color Harmonies of #288FDD
Complementary color
Monochromatic Colors of #288FDD
Black with #288FDD
Text Example
Text Example
White with #288FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288FDD; }
p { color: rgb(40,143,221); }
H1.HeaderClassName
{
color: #288FDD;
}
.AnyTagClassName
{
color: #288FDD;
}
</style>
background-color css
<style>
a { background-color: #288FDD; }
a { background-color: rgb(40,143,221); }
div.DivClassName
{
background-color: #288FDD;
}
.BgClassName
{
background-color: #288FDD;
}
</style>
border-color css
<style>
span { border-color: #288FDD; }
span { border-color: rgb(40,143,221); }
td.TdClassName
{
border-color: #288FDD;
}
.TagClassName
{
border-color: #288FDD;
}
</style>