Shades of Dodger Blue #288FFE
Tints of Dodger Blue #288FFE
RGB
CMYK
RGB Variations
Color information
#288FFE (or 0x288FFE) is known color: Dodger Blue. HEX triplet: 28, 8F and FE. RGB value is (40,143,254). Sum of RGB (Red+Green+Blue) = 40+143+254=437 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.15% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 254 (99.61% from 255 or 58.12% from 437); Max value from RGB is 254 - color contains mainly: blue. Hex color #288FFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288FFE is #D77001. Grayscale: #7C7C7C. Windows color (decimal): -14118914 or 16682792. OLE color: 16682792.
HSL color Cylindrical-coordinate representation of color #288FFE: hue angle of 211.12º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #288FFE is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 143 | 254 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.00 |
| HSL | 211.12º | 0.99% | 0.58% | - |
| HSV(B) | 211.12º | 0.84% | 1% | - |
| XYZ | 28.59 | 27.25 | 97.52 | - |
| YUV | 124.86 | 200.88 | 67.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 254 | 0.84 | 0.44 | 0 | 0.00 | 211.12 | 0.99 | 0.58 |
| Hex | 28 | 8F | FE | 54 | 2C | 0 | 0 | D3 | 63 | 3A |
| Octal | 50 | 217 | 376 | 124 | 54 | 0 | 0 | 323 | 143 | 72 |
| Binary | 101000 | 10001111 | 11111110 | 1010100 | 101100 | 0 | 0 | 11010011 | 1100011 | 111010 |
Color Harmonies of #288FFE
Complementary color
Monochromatic Colors of #288FFE
Black with #288FFE
Text Example
Text Example
White with #288FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288FFE; }
p { color: rgb(40,143,254); }
H1.HeaderClassName
{
color: #288FFE;
}
.AnyTagClassName
{
color: #288FFE;
}
</style>
background-color css
<style>
a { background-color: #288FFE; }
a { background-color: rgb(40,143,254); }
div.DivClassName
{
background-color: #288FFE;
}
.BgClassName
{
background-color: #288FFE;
}
</style>
border-color css
<style>
span { border-color: #288FFE; }
span { border-color: rgb(40,143,254); }
td.TdClassName
{
border-color: #288FFE;
}
.TagClassName
{
border-color: #288FFE;
}
</style>