Shades of Dodger Blue #288CFF
Tints of Dodger Blue #288CFF
RGB
CMYK
RGB Variations
Color information
#288CFF (or 0x288CFF) is known color: Dodger Blue. HEX triplet: 28, 8C and FF. RGB value is (40,140,255). Sum of RGB (Red+Green+Blue) = 40+140+255=435 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.20% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #288CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288CFF is #D77300. Grayscale: #7A7A7A. Windows color (decimal): -14119681 or 16747560. OLE color: 16747560.
HSL color Cylindrical-coordinate representation of color #288CFF: hue angle of 212.09º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #288CFF is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 140 | 255 | - |
| CMYK | 0.84 | 0.45 | 0 | 0 |
| HSL | 212.09º | 1% | 0.58% | - |
| HSV(B) | 212.09º | 0.84% | 1% | - |
| XYZ | 28.3 | 26.43 | 98.22 | - |
| YUV | 123.21 | 202.37 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 255 | 0.84 | 0.45 | 0 | 0 | 212.09 | 1 | 0.58 |
| Hex | 28 | 8C | FF | 54 | 2D | 0 | 0 | D4 | 64 | 3A |
| Octal | 50 | 214 | 377 | 124 | 55 | 0 | 0 | 324 | 144 | 72 |
| Binary | 101000 | 10001100 | 11111111 | 1010100 | 101101 | 0 | 0 | 11010100 | 1100100 | 111010 |
Color Harmonies of #288CFF
Complementary color
Monochromatic Colors of #288CFF
Black with #288CFF
Text Example
Text Example
White with #288CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288CFF; }
p { color: rgb(40,140,255); }
H1.HeaderClassName
{
color: #288CFF;
}
.AnyTagClassName
{
color: #288CFF;
}
</style>
background-color css
<style>
a { background-color: #288CFF; }
a { background-color: rgb(40,140,255); }
div.DivClassName
{
background-color: #288CFF;
}
.BgClassName
{
background-color: #288CFF;
}
</style>
border-color css
<style>
span { border-color: #288CFF; }
span { border-color: rgb(40,140,255); }
td.TdClassName
{
border-color: #288CFF;
}
.TagClassName
{
border-color: #288CFF;
}
</style>