Shades of Dodger Blue #288EDF
Tints of Dodger Blue #288EDF
RGB
CMYK
RGB Variations
Color information
#288EDF (or 0x288EDF) is known color: Dodger Blue. HEX triplet: 28, 8E and DF. RGB value is (40,142,223). Sum of RGB (Red+Green+Blue) = 40+142+223=405 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.88% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #288EDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288EDF is #D77120. Grayscale: #787878. Windows color (decimal): -14119201 or 14650920. OLE color: 14650920.
HSL color Cylindrical-coordinate representation of color #288EDF: hue angle of 206.56º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #288EDF is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 142 | 223 | - |
| CMYK | 0.82 | 0.36 | 0 | 0.13 |
| HSL | 206.56º | 0.74% | 0.52% | - |
| HSV(B) | 206.56º | 0.82% | 0.87% | - |
| XYZ | 23.87 | 25.12 | 73.4 | - |
| YUV | 120.74 | 185.71 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 142 | 223 | 0.82 | 0.36 | 0 | 0.13 | 206.56 | 0.74 | 0.52 |
| Hex | 28 | 8E | DF | 52 | 24 | 0 | D | CF | 4A | 34 |
| Octal | 50 | 216 | 337 | 122 | 44 | 0 | 15 | 317 | 112 | 64 |
| Binary | 101000 | 10001110 | 11011111 | 1010010 | 100100 | 0 | 1101 | 11001111 | 1001010 | 110100 |
Color Harmonies of #288EDF
Complementary color
Monochromatic Colors of #288EDF
Black with #288EDF
Text Example
Text Example
White with #288EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288EDF; }
p { color: rgb(40,142,223); }
H1.HeaderClassName
{
color: #288EDF;
}
.AnyTagClassName
{
color: #288EDF;
}
</style>
background-color css
<style>
a { background-color: #288EDF; }
a { background-color: rgb(40,142,223); }
div.DivClassName
{
background-color: #288EDF;
}
.BgClassName
{
background-color: #288EDF;
}
</style>
border-color css
<style>
span { border-color: #288EDF; }
span { border-color: rgb(40,142,223); }
td.TdClassName
{
border-color: #288EDF;
}
.TagClassName
{
border-color: #288EDF;
}
</style>