Shades of Dodger Blue #288BF4
Tints of Dodger Blue #288BF4
RGB
CMYK
RGB Variations
Color information
#288BF4 (or 0x288BF4) is known color: Dodger Blue. HEX triplet: 28, 8B and F4. RGB value is (40,139,244). Sum of RGB (Red+Green+Blue) = 40+139+244=423 (56% of max value = 765). Red value is 40 (16.02% from 255 or 9.46% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 244 (95.70% from 255 or 57.68% from 423); Max value from RGB is 244 - color contains mainly: blue. Hex color #288BF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288BF4 is #D7740B. Grayscale: #787878. Windows color (decimal): -14119948 or 16026408. OLE color: 16026408.
HSL color Cylindrical-coordinate representation of color #288BF4: hue angle of 210.88º degrees, saturation: 0.9, 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 #288BF4 is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 139 | 244 | - |
| CMYK | 0.84 | 0.43 | 0 | 0.04 |
| HSL | 210.88º | 0.9% | 0.56% | - |
| HSV(B) | 210.88º | 0.84% | 0.96% | - |
| XYZ | 26.44 | 25.45 | 89.11 | - |
| YUV | 121.37 | 197.2 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 244 | 0.84 | 0.43 | 0 | 0.04 | 210.88 | 0.9 | 0.56 |
| Hex | 28 | 8B | F4 | 54 | 2B | 0 | 4 | D3 | 5A | 38 |
| Octal | 50 | 213 | 364 | 124 | 53 | 0 | 4 | 323 | 132 | 70 |
| Binary | 101000 | 10001011 | 11110100 | 1010100 | 101011 | 0 | 100 | 11010011 | 1011010 | 111000 |
Color Harmonies of #288BF4
Complementary color
Monochromatic Colors of #288BF4
Black with #288BF4
Text Example
Text Example
White with #288BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288BF4; }
p { color: rgb(40,139,244); }
H1.HeaderClassName
{
color: #288BF4;
}
.AnyTagClassName
{
color: #288BF4;
}
</style>
background-color css
<style>
a { background-color: #288BF4; }
a { background-color: rgb(40,139,244); }
div.DivClassName
{
background-color: #288BF4;
}
.BgClassName
{
background-color: #288BF4;
}
</style>
border-color css
<style>
span { border-color: #288BF4; }
span { border-color: rgb(40,139,244); }
td.TdClassName
{
border-color: #288BF4;
}
.TagClassName
{
border-color: #288BF4;
}
</style>