Shades of Dodger Blue #288CEA
Tints of Dodger Blue #288CEA
RGB
CMYK
RGB Variations
Color information
#288CEA (or 0x288CEA) is known color: Dodger Blue. HEX triplet: 28, 8C and EA. RGB value is (40,140,234). Sum of RGB (Red+Green+Blue) = 40+140+234=414 (54% of max value = 765). Red value is 40 (16.02% from 255 or 9.66% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 234 (91.80% from 255 or 56.52% from 414); Max value from RGB is 234 - color contains mainly: blue. Hex color #288CEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #288CEA is #D77315. Grayscale: #787878. Windows color (decimal): -14119702 or 15371304. OLE color: 15371304.
HSL color Cylindrical-coordinate representation of color #288CEA: hue angle of 209.07º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #288CEA is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 40 | 140 | 234 | - |
| CMYK | 0.83 | 0.40 | 0 | 0.08 |
| HSL | 209.07º | 0.82% | 0.54% | - |
| HSV(B) | 209.07º | 0.83% | 0.92% | - |
| XYZ | 25.1 | 25.15 | 81.37 | - |
| YUV | 120.82 | 191.87 | 70.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 140 | 234 | 0.83 | 0.40 | 0 | 0.08 | 209.07 | 0.82 | 0.54 |
| Hex | 28 | 8C | EA | 53 | 28 | 0 | 8 | D1 | 52 | 36 |
| Octal | 50 | 214 | 352 | 123 | 50 | 0 | 10 | 321 | 122 | 66 |
| Binary | 101000 | 10001100 | 11101010 | 1010011 | 101000 | 0 | 1000 | 11010001 | 1010010 | 110110 |
Color Harmonies of #288CEA
Complementary color
Monochromatic Colors of #288CEA
Black with #288CEA
Text Example
Text Example
White with #288CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288CEA; }
p { color: rgb(40,140,234); }
H1.HeaderClassName
{
color: #288CEA;
}
.AnyTagClassName
{
color: #288CEA;
}
</style>
background-color css
<style>
a { background-color: #288CEA; }
a { background-color: rgb(40,140,234); }
div.DivClassName
{
background-color: #288CEA;
}
.BgClassName
{
background-color: #288CEA;
}
</style>
border-color css
<style>
span { border-color: #288CEA; }
span { border-color: rgb(40,140,234); }
td.TdClassName
{
border-color: #288CEA;
}
.TagClassName
{
border-color: #288CEA;
}
</style>