Shades of Dodger Blue #288FDA
Tints of Dodger Blue #288FDA
RGB
CMYK
RGB Variations
Color information
#288FDA (or 0x288FDA) is known color: Dodger Blue. HEX triplet: 28, 8F and DA. RGB value is (40,143,218). Sum of RGB (Red+Green+Blue) = 40+143+218=401 (53% of max value = 765). Red value is 40 (16.02% from 255 or 9.98% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 218 (85.55% from 255 or 54.36% from 401); Max value from RGB is 218 - color contains mainly: blue. Hex color #288FDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #288FDA is #D77025. Grayscale: #787878. Windows color (decimal): -14118950 or 14323496. OLE color: 14323496.
HSL color Cylindrical-coordinate representation of color #288FDA: hue angle of 205.28º 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 #288FDA is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 143 | 218 | - |
| CMYK | 0.82 | 0.34 | 0 | 0.15 |
| HSL | 205.28º | 0.71% | 0.51% | - |
| HSV(B) | 205.28º | 0.82% | 0.85% | - |
| XYZ | 23.35 | 25.16 | 69.95 | - |
| YUV | 120.75 | 182.88 | 70.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 218 | 0.82 | 0.34 | 0 | 0.15 | 205.28 | 0.71 | 0.51 |
| Hex | 28 | 8F | DA | 52 | 22 | 0 | F | CD | 47 | 33 |
| Octal | 50 | 217 | 332 | 122 | 42 | 0 | 17 | 315 | 107 | 63 |
| Binary | 101000 | 10001111 | 11011010 | 1010010 | 100010 | 0 | 1111 | 11001101 | 1000111 | 110011 |
Color Harmonies of #288FDA
Complementary color
Monochromatic Colors of #288FDA
Black with #288FDA
Text Example
Text Example
White with #288FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288FDA; }
p { color: rgb(40,143,218); }
H1.HeaderClassName
{
color: #288FDA;
}
.AnyTagClassName
{
color: #288FDA;
}
</style>
background-color css
<style>
a { background-color: #288FDA; }
a { background-color: rgb(40,143,218); }
div.DivClassName
{
background-color: #288FDA;
}
.BgClassName
{
background-color: #288FDA;
}
</style>
border-color css
<style>
span { border-color: #288FDA; }
span { border-color: rgb(40,143,218); }
td.TdClassName
{
border-color: #288FDA;
}
.TagClassName
{
border-color: #288FDA;
}
</style>