Shades of Dodger Blue #288CF5
Tints of Dodger Blue #288CF5
RGB
CMYK
RGB Variations
Color information
#288CF5 (or 0x288CF5) is known color: Dodger Blue. HEX triplet: 28, 8C and F5. RGB value is (40,140,245). Sum of RGB (Red+Green+Blue) = 40+140+245=425 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.41% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 245 (96.09% from 255 or 57.65% from 425); Max value from RGB is 245 - color contains mainly: blue. Hex color #288CF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288CF5 is #D7730A. Grayscale: #797979. Windows color (decimal): -14119691 or 16092200. OLE color: 16092200.
HSL color Cylindrical-coordinate representation of color #288CF5: hue angle of 210.73º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #288CF5 is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 140 | 245 | - |
| CMYK | 0.84 | 0.43 | 0 | 0.04 |
| HSL | 210.73º | 0.91% | 0.56% | - |
| HSV(B) | 210.73º | 0.84% | 0.96% | - |
| XYZ | 26.73 | 25.8 | 89.96 | - |
| YUV | 122.07 | 197.37 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 245 | 0.84 | 0.43 | 0 | 0.04 | 210.73 | 0.91 | 0.56 |
| Hex | 28 | 8C | F5 | 54 | 2B | 0 | 4 | D3 | 5B | 38 |
| Octal | 50 | 214 | 365 | 124 | 53 | 0 | 4 | 323 | 133 | 70 |
| Binary | 101000 | 10001100 | 11110101 | 1010100 | 101011 | 0 | 100 | 11010011 | 1011011 | 111000 |
Color Harmonies of #288CF5
Complementary color
Monochromatic Colors of #288CF5
Black with #288CF5
Text Example
Text Example
White with #288CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288CF5; }
p { color: rgb(40,140,245); }
H1.HeaderClassName
{
color: #288CF5;
}
.AnyTagClassName
{
color: #288CF5;
}
</style>
background-color css
<style>
a { background-color: #288CF5; }
a { background-color: rgb(40,140,245); }
div.DivClassName
{
background-color: #288CF5;
}
.BgClassName
{
background-color: #288CF5;
}
</style>
border-color css
<style>
span { border-color: #288CF5; }
span { border-color: rgb(40,140,245); }
td.TdClassName
{
border-color: #288CF5;
}
.TagClassName
{
border-color: #288CF5;
}
</style>