Shades of Dodger Blue #288CF1
Tints of Dodger Blue #288CF1
RGB
CMYK
RGB Variations
Color information
#288CF1 (or 0x288CF1) is known color: Dodger Blue. HEX triplet: 28, 8C and F1. RGB value is (40,140,241). Sum of RGB (Red+Green+Blue) = 40+140+241=421 (55% of max value = 765). Red value is 40 (16.02% from 255 or 9.50% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 241 (94.53% from 255 or 57.24% from 421); Max value from RGB is 241 - color contains mainly: blue. Hex color #288CF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288CF1 is #D7730E. Grayscale: #797979. Windows color (decimal): -14119695 or 15830056. OLE color: 15830056.
HSL color Cylindrical-coordinate representation of color #288CF1: hue angle of 210.15º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #288CF1 is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 140 | 241 | - |
| CMYK | 0.83 | 0.42 | 0 | 0.05 |
| HSL | 210.15º | 0.88% | 0.55% | - |
| HSV(B) | 210.15º | 0.83% | 0.95% | - |
| XYZ | 26.13 | 25.56 | 86.78 | - |
| YUV | 121.61 | 195.37 | 69.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 241 | 0.83 | 0.42 | 0 | 0.05 | 210.15 | 0.88 | 0.55 |
| Hex | 28 | 8C | F1 | 53 | 2A | 0 | 5 | D2 | 58 | 37 |
| Octal | 50 | 214 | 361 | 123 | 52 | 0 | 5 | 322 | 130 | 67 |
| Binary | 101000 | 10001100 | 11110001 | 1010011 | 101010 | 0 | 101 | 11010010 | 1011000 | 110111 |
Color Harmonies of #288CF1
Complementary color
Monochromatic Colors of #288CF1
Black with #288CF1
Text Example
Text Example
White with #288CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288CF1; }
p { color: rgb(40,140,241); }
H1.HeaderClassName
{
color: #288CF1;
}
.AnyTagClassName
{
color: #288CF1;
}
</style>
background-color css
<style>
a { background-color: #288CF1; }
a { background-color: rgb(40,140,241); }
div.DivClassName
{
background-color: #288CF1;
}
.BgClassName
{
background-color: #288CF1;
}
</style>
border-color css
<style>
span { border-color: #288CF1; }
span { border-color: rgb(40,140,241); }
td.TdClassName
{
border-color: #288CF1;
}
.TagClassName
{
border-color: #288CF1;
}
</style>