Shades of Dodger Blue #288CF3
Tints of Dodger Blue #288CF3
RGB
CMYK
RGB Variations
Color information
#288CF3 (or 0x288CF3) is known color: Dodger Blue. HEX triplet: 28, 8C and F3. RGB value is (40,140,243). Sum of RGB (Red+Green+Blue) = 40+140+243=423 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.46% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 243 (95.31% from 255 or 57.45% from 423); Max value from RGB is 243 - color contains mainly: blue. Hex color #288CF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288CF3 is #D7730C. Grayscale: #797979. Windows color (decimal): -14119693 or 15961128. OLE color: 15961128.
HSL color Cylindrical-coordinate representation of color #288CF3: hue angle of 210.44º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #288CF3 is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 140 | 243 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.05 |
| HSL | 210.44º | 0.89% | 0.55% | - |
| HSV(B) | 210.44º | 0.84% | 0.95% | - |
| XYZ | 26.43 | 25.68 | 88.36 | - |
| YUV | 121.84 | 196.37 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 243 | 0.84 | 0.42 | 0 | 0.05 | 210.44 | 0.89 | 0.55 |
| Hex | 28 | 8C | F3 | 54 | 2A | 0 | 5 | D2 | 59 | 37 |
| Octal | 50 | 214 | 363 | 124 | 52 | 0 | 5 | 322 | 131 | 67 |
| Binary | 101000 | 10001100 | 11110011 | 1010100 | 101010 | 0 | 101 | 11010010 | 1011001 | 110111 |
Color Harmonies of #288CF3
Complementary color
Monochromatic Colors of #288CF3
Black with #288CF3
Text Example
Text Example
White with #288CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288CF3; }
p { color: rgb(40,140,243); }
H1.HeaderClassName
{
color: #288CF3;
}
.AnyTagClassName
{
color: #288CF3;
}
</style>
background-color css
<style>
a { background-color: #288CF3; }
a { background-color: rgb(40,140,243); }
div.DivClassName
{
background-color: #288CF3;
}
.BgClassName
{
background-color: #288CF3;
}
</style>
border-color css
<style>
span { border-color: #288CF3; }
span { border-color: rgb(40,140,243); }
td.TdClassName
{
border-color: #288CF3;
}
.TagClassName
{
border-color: #288CF3;
}
</style>