Shades of Dodger Blue #288FFD
Tints of Dodger Blue #288FFD
RGB
CMYK
RGB Variations
Color information
#288FFD (or 0x288FFD) is known color: Dodger Blue. HEX triplet: 28, 8F and FD. RGB value is (40,143,253). Sum of RGB (Red+Green+Blue) = 40+143+253=436 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.17% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 253 (99.22% from 255 or 58.03% from 436); Max value from RGB is 253 - color contains mainly: blue. Hex color #288FFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288FFD is #D77002. Grayscale: #7C7C7C. Windows color (decimal): -14118915 or 16617256. OLE color: 16617256.
HSL color Cylindrical-coordinate representation of color #288FFD: hue angle of 210.99º degrees, saturation: 0.98, 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 #288FFD is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 143 | 253 | - |
| CMYK | 0.84 | 0.43 | 0 | 0.01 |
| HSL | 210.99º | 0.98% | 0.57% | - |
| HSV(B) | 210.99º | 0.84% | 0.99% | - |
| XYZ | 28.43 | 27.19 | 96.68 | - |
| YUV | 124.74 | 200.38 | 67.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 143 | 253 | 0.84 | 0.43 | 0 | 0.01 | 210.99 | 0.98 | 0.57 |
| Hex | 28 | 8F | FD | 54 | 2B | 0 | 1 | D3 | 62 | 39 |
| Octal | 50 | 217 | 375 | 124 | 53 | 0 | 1 | 323 | 142 | 71 |
| Binary | 101000 | 10001111 | 11111101 | 1010100 | 101011 | 0 | 1 | 11010011 | 1100010 | 111001 |
Color Harmonies of #288FFD
Complementary color
Monochromatic Colors of #288FFD
Black with #288FFD
Text Example
Text Example
White with #288FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288FFD; }
p { color: rgb(40,143,253); }
H1.HeaderClassName
{
color: #288FFD;
}
.AnyTagClassName
{
color: #288FFD;
}
</style>
background-color css
<style>
a { background-color: #288FFD; }
a { background-color: rgb(40,143,253); }
div.DivClassName
{
background-color: #288FFD;
}
.BgClassName
{
background-color: #288FFD;
}
</style>
border-color css
<style>
span { border-color: #288FFD; }
span { border-color: rgb(40,143,253); }
td.TdClassName
{
border-color: #288FFD;
}
.TagClassName
{
border-color: #288FFD;
}
</style>