Shades of Dodger Blue #288BFA
Tints of Dodger Blue #288BFA
RGB
CMYK
RGB Variations
Color information
#288BFA (or 0x288BFA) is known color: Dodger Blue. HEX triplet: 28, 8B and FA. RGB value is (40,139,250). Sum of RGB (Red+Green+Blue) = 40+139+250=429 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.32% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #288BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288BFA is #D77405. Grayscale: #797979. Windows color (decimal): -14119942 or 16419624. OLE color: 16419624.
HSL color Cylindrical-coordinate representation of color #288BFA: hue angle of 211.71º 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 #288BFA is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 139 | 250 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.02 |
| HSL | 211.71º | 0.95% | 0.57% | - |
| HSV(B) | 211.71º | 0.84% | 0.98% | - |
| XYZ | 27.36 | 25.82 | 93.98 | - |
| YUV | 122.05 | 200.2 | 69.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 250 | 0.84 | 0.44 | 0 | 0.02 | 211.71 | 0.95 | 0.57 |
| Hex | 28 | 8B | FA | 54 | 2C | 0 | 2 | D4 | 5F | 39 |
| Octal | 50 | 213 | 372 | 124 | 54 | 0 | 2 | 324 | 137 | 71 |
| Binary | 101000 | 10001011 | 11111010 | 1010100 | 101100 | 0 | 10 | 11010100 | 1011111 | 111001 |
Color Harmonies of #288BFA
Complementary color
Monochromatic Colors of #288BFA
Black with #288BFA
Text Example
Text Example
White with #288BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288BFA; }
p { color: rgb(40,139,250); }
H1.HeaderClassName
{
color: #288BFA;
}
.AnyTagClassName
{
color: #288BFA;
}
</style>
background-color css
<style>
a { background-color: #288BFA; }
a { background-color: rgb(40,139,250); }
div.DivClassName
{
background-color: #288BFA;
}
.BgClassName
{
background-color: #288BFA;
}
</style>
border-color css
<style>
span { border-color: #288BFA; }
span { border-color: rgb(40,139,250); }
td.TdClassName
{
border-color: #288BFA;
}
.TagClassName
{
border-color: #288BFA;
}
</style>