Shades of Dodger Blue #288ADF
Tints of Dodger Blue #288ADF
RGB
CMYK
RGB Variations
Color information
#288ADF (or 0x288ADF) is known color: Dodger Blue. HEX triplet: 28, 8A and DF. RGB value is (40,138,223). Sum of RGB (Red+Green+Blue) = 40+138+223=401 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.98% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #288ADF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288ADF is #D77520. Grayscale: #757575. Windows color (decimal): -14120225 or 14649896. OLE color: 14649896.
HSL color Cylindrical-coordinate representation of color #288ADF: hue angle of 207.87º 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 #288ADF is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 138 | 223 | - |
| CMYK | 0.82 | 0.38 | 0 | 0.13 |
| HSL | 207.87º | 0.74% | 0.52% | - |
| HSV(B) | 207.87º | 0.82% | 0.87% | - |
| XYZ | 23.28 | 23.96 | 73.21 | - |
| YUV | 118.39 | 187.03 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 138 | 223 | 0.82 | 0.38 | 0 | 0.13 | 207.87 | 0.74 | 0.52 |
| Hex | 28 | 8A | DF | 52 | 26 | 0 | D | D0 | 4A | 34 |
| Octal | 50 | 212 | 337 | 122 | 46 | 0 | 15 | 320 | 112 | 64 |
| Binary | 101000 | 10001010 | 11011111 | 1010010 | 100110 | 0 | 1101 | 11010000 | 1001010 | 110100 |
Color Harmonies of #288ADF
Complementary color
Monochromatic Colors of #288ADF
Black with #288ADF
Text Example
Text Example
White with #288ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288ADF; }
p { color: rgb(40,138,223); }
H1.HeaderClassName
{
color: #288ADF;
}
.AnyTagClassName
{
color: #288ADF;
}
</style>
background-color css
<style>
a { background-color: #288ADF; }
a { background-color: rgb(40,138,223); }
div.DivClassName
{
background-color: #288ADF;
}
.BgClassName
{
background-color: #288ADF;
}
</style>
border-color css
<style>
span { border-color: #288ADF; }
span { border-color: rgb(40,138,223); }
td.TdClassName
{
border-color: #288ADF;
}
.TagClassName
{
border-color: #288ADF;
}
</style>