Shades of Dodger Blue #2287EE
Tints of Dodger Blue #2287EE
RGB
CMYK
RGB Variations
Color information
#2287EE (or 0x2287EE) is known color: Dodger Blue. HEX triplet: 22, 87 and EE. RGB value is (34,135,238). Sum of RGB (Red+Green+Blue) = 34+135+238=407 (53% of max value = 765). Red value is 34 (13.67% from 255 or 8.35% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 238 (93.36% from 255 or 58.48% from 407); Max value from RGB is 238 - color contains mainly: blue. Hex color #2287EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2287EE is #DD7811. Grayscale: #747474. Windows color (decimal): -14514194 or 15632162. OLE color: 15632162.
HSL color Cylindrical-coordinate representation of color #2287EE: hue angle of 210.29º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2287EE is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 135 | 238 | - |
| CMYK | 0.86 | 0.43 | 0 | 0.07 |
| HSL | 210.29º | 0.86% | 0.53% | - |
| HSV(B) | 210.29º | 0.86% | 0.93% | - |
| XYZ | 24.76 | 23.84 | 84.19 | - |
| YUV | 116.54 | 196.54 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 135 | 238 | 0.86 | 0.43 | 0 | 0.07 | 210.29 | 0.86 | 0.53 |
| Hex | 22 | 87 | EE | 56 | 2B | 0 | 7 | D2 | 56 | 35 |
| Octal | 42 | 207 | 356 | 126 | 53 | 0 | 7 | 322 | 126 | 65 |
| Binary | 100010 | 10000111 | 11101110 | 1010110 | 101011 | 0 | 111 | 11010010 | 1010110 | 110101 |
Color Harmonies of #2287EE
Complementary color
Monochromatic Colors of #2287EE
Black with #2287EE
Text Example
Text Example
White with #2287EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2287EE; }
p { color: rgb(34,135,238); }
H1.HeaderClassName
{
color: #2287EE;
}
.AnyTagClassName
{
color: #2287EE;
}
</style>
background-color css
<style>
a { background-color: #2287EE; }
a { background-color: rgb(34,135,238); }
div.DivClassName
{
background-color: #2287EE;
}
.BgClassName
{
background-color: #2287EE;
}
</style>
border-color css
<style>
span { border-color: #2287EE; }
span { border-color: rgb(34,135,238); }
td.TdClassName
{
border-color: #2287EE;
}
.TagClassName
{
border-color: #2287EE;
}
</style>