Shades of Dodger Blue #288CFD
Tints of Dodger Blue #288CFD
RGB
CMYK
RGB Variations
Color information
#288CFD (or 0x288CFD) is known color: Dodger Blue. HEX triplet: 28, 8C and FD. RGB value is (40,140,253). Sum of RGB (Red+Green+Blue) = 40+140+253=433 (57% of max value = 765). Red value is 40 (16.02% from 255 or 9.24% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 253 (99.22% from 255 or 58.43% from 433); Max value from RGB is 253 - color contains mainly: blue. Hex color #288CFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288CFD is #D77302. Grayscale: #7A7A7A. Windows color (decimal): -14119683 or 16616488. OLE color: 16616488.
HSL color Cylindrical-coordinate representation of color #288CFD: hue angle of 211.83º 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 #288CFD is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 140 | 253 | - |
| CMYK | 0.84 | 0.45 | 0 | 0.01 |
| HSL | 211.83º | 0.98% | 0.57% | - |
| HSV(B) | 211.83º | 0.84% | 0.99% | - |
| XYZ | 27.98 | 26.3 | 96.53 | - |
| YUV | 122.98 | 201.37 | 68.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 253 | 0.84 | 0.45 | 0 | 0.01 | 211.83 | 0.98 | 0.57 |
| Hex | 28 | 8C | FD | 54 | 2D | 0 | 1 | D4 | 62 | 39 |
| Octal | 50 | 214 | 375 | 124 | 55 | 0 | 1 | 324 | 142 | 71 |
| Binary | 101000 | 10001100 | 11111101 | 1010100 | 101101 | 0 | 1 | 11010100 | 1100010 | 111001 |
Color Harmonies of #288CFD
Complementary color
Monochromatic Colors of #288CFD
Black with #288CFD
Text Example
Text Example
White with #288CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288CFD; }
p { color: rgb(40,140,253); }
H1.HeaderClassName
{
color: #288CFD;
}
.AnyTagClassName
{
color: #288CFD;
}
</style>
background-color css
<style>
a { background-color: #288CFD; }
a { background-color: rgb(40,140,253); }
div.DivClassName
{
background-color: #288CFD;
}
.BgClassName
{
background-color: #288CFD;
}
</style>
border-color css
<style>
span { border-color: #288CFD; }
span { border-color: rgb(40,140,253); }
td.TdClassName
{
border-color: #288CFD;
}
.TagClassName
{
border-color: #288CFD;
}
</style>