Shades of Dodger Blue #288DFA
Tints of Dodger Blue #288DFA
RGB
CMYK
RGB Variations
Color information
#288DFA (or 0x288DFA) is known color: Dodger Blue. HEX triplet: 28, 8D and FA. RGB value is (40,141,250). Sum of RGB (Red+Green+Blue) = 40+141+250=431 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.28% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #288DFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288DFA is #D77205. Grayscale: #7A7A7A. Windows color (decimal): -14119430 or 16420136. OLE color: 16420136.
HSL color Cylindrical-coordinate representation of color #288DFA: hue angle of 211.14º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #288DFA is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 141 | 250 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.02 |
| HSL | 211.14º | 0.95% | 0.57% | - |
| HSV(B) | 211.14º | 0.84% | 0.98% | - |
| XYZ | 27.66 | 26.4 | 94.08 | - |
| YUV | 123.23 | 199.54 | 68.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 141 | 250 | 0.84 | 0.44 | 0 | 0.02 | 211.14 | 0.95 | 0.57 |
| Hex | 28 | 8D | FA | 54 | 2C | 0 | 2 | D3 | 5F | 39 |
| Octal | 50 | 215 | 372 | 124 | 54 | 0 | 2 | 323 | 137 | 71 |
| Binary | 101000 | 10001101 | 11111010 | 1010100 | 101100 | 0 | 10 | 11010011 | 1011111 | 111001 |
Color Harmonies of #288DFA
Complementary color
Monochromatic Colors of #288DFA
Black with #288DFA
Text Example
Text Example
White with #288DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288DFA; }
p { color: rgb(40,141,250); }
H1.HeaderClassName
{
color: #288DFA;
}
.AnyTagClassName
{
color: #288DFA;
}
</style>
background-color css
<style>
a { background-color: #288DFA; }
a { background-color: rgb(40,141,250); }
div.DivClassName
{
background-color: #288DFA;
}
.BgClassName
{
background-color: #288DFA;
}
</style>
border-color css
<style>
span { border-color: #288DFA; }
span { border-color: rgb(40,141,250); }
td.TdClassName
{
border-color: #288DFA;
}
.TagClassName
{
border-color: #288DFA;
}
</style>