Shades of Dodger Blue #288CF0
Tints of Dodger Blue #288CF0
RGB
CMYK
RGB Variations
Color information
#288CF0 (or 0x288CF0) is known color: Dodger Blue. HEX triplet: 28, 8C and F0. RGB value is (40,140,240). Sum of RGB (Red+Green+Blue) = 40+140+240=420 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.52% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 240 (94.14% from 255 or 57.14% from 420); Max value from RGB is 240 - color contains mainly: blue. Hex color #288CF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288CF0 is #D7730F. Grayscale: #797979. Windows color (decimal): -14119696 or 15764520. OLE color: 15764520.
HSL color Cylindrical-coordinate representation of color #288CF0: hue angle of 210º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #288CF0 is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 140 | 240 | - |
| CMYK | 0.83 | 0.42 | 0 | 0.06 |
| HSL | 210º | 0.87% | 0.55% | - |
| HSV(B) | 210º | 0.83% | 0.94% | - |
| XYZ | 25.98 | 25.5 | 85.99 | - |
| YUV | 121.5 | 194.87 | 69.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 240 | 0.83 | 0.42 | 0 | 0.06 | 210 | 0.87 | 0.55 |
| Hex | 28 | 8C | F0 | 53 | 2A | 0 | 6 | D2 | 57 | 37 |
| Octal | 50 | 214 | 360 | 123 | 52 | 0 | 6 | 322 | 127 | 67 |
| Binary | 101000 | 10001100 | 11110000 | 1010011 | 101010 | 0 | 110 | 11010010 | 1010111 | 110111 |
Color Harmonies of #288CF0
Complementary color
Monochromatic Colors of #288CF0
Black with #288CF0
Text Example
Text Example
White with #288CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288CF0; }
p { color: rgb(40,140,240); }
H1.HeaderClassName
{
color: #288CF0;
}
.AnyTagClassName
{
color: #288CF0;
}
</style>
background-color css
<style>
a { background-color: #288CF0; }
a { background-color: rgb(40,140,240); }
div.DivClassName
{
background-color: #288CF0;
}
.BgClassName
{
background-color: #288CF0;
}
</style>
border-color css
<style>
span { border-color: #288CF0; }
span { border-color: rgb(40,140,240); }
td.TdClassName
{
border-color: #288CF0;
}
.TagClassName
{
border-color: #288CF0;
}
</style>