Shades of Dodger Blue #288BFC
Tints of Dodger Blue #288BFC
RGB
CMYK
RGB Variations
Color information
#288BFC (or 0x288BFC) is known color: Dodger Blue. HEX triplet: 28, 8B and FC. RGB value is (40,139,252). Sum of RGB (Red+Green+Blue) = 40+139+252=431 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.28% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #288BFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288BFC is #D77403. Grayscale: #797979. Windows color (decimal): -14119940 or 16550696. OLE color: 16550696.
HSL color Cylindrical-coordinate representation of color #288BFC: hue angle of 211.98º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #288BFC is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 139 | 252 | - |
| CMYK | 0.84 | 0.45 | 0 | 0.01 |
| HSL | 211.98º | 0.97% | 0.57% | - |
| HSV(B) | 211.98º | 0.84% | 0.99% | - |
| XYZ | 27.68 | 25.94 | 95.64 | - |
| YUV | 122.28 | 201.2 | 69.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 139 | 252 | 0.84 | 0.45 | 0 | 0.01 | 211.98 | 0.97 | 0.57 |
| Hex | 28 | 8B | FC | 54 | 2D | 0 | 1 | D4 | 61 | 39 |
| Octal | 50 | 213 | 374 | 124 | 55 | 0 | 1 | 324 | 141 | 71 |
| Binary | 101000 | 10001011 | 11111100 | 1010100 | 101101 | 0 | 1 | 11010100 | 1100001 | 111001 |
Color Harmonies of #288BFC
Complementary color
Monochromatic Colors of #288BFC
Black with #288BFC
Text Example
Text Example
White with #288BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288BFC; }
p { color: rgb(40,139,252); }
H1.HeaderClassName
{
color: #288BFC;
}
.AnyTagClassName
{
color: #288BFC;
}
</style>
background-color css
<style>
a { background-color: #288BFC; }
a { background-color: rgb(40,139,252); }
div.DivClassName
{
background-color: #288BFC;
}
.BgClassName
{
background-color: #288BFC;
}
</style>
border-color css
<style>
span { border-color: #288BFC; }
span { border-color: rgb(40,139,252); }
td.TdClassName
{
border-color: #288BFC;
}
.TagClassName
{
border-color: #288BFC;
}
</style>