Shades of Dodger Blue #2295EE
Tints of Dodger Blue #2295EE
RGB
CMYK
RGB Variations
Color information
#2295EE (or 0x2295EE) is known color: Dodger Blue. HEX triplet: 22, 95 and EE. RGB value is (34,149,238). Sum of RGB (Red+Green+Blue) = 34+149+238=421 (55% of max value = 765). Red value is 34 (13.67% from 255 or 8.08% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 238 (93.36% from 255 or 56.53% from 421); Max value from RGB is 238 - color contains mainly: blue. Hex color #2295EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2295EE is #DD6A11. Grayscale: #7C7C7C. Windows color (decimal): -14510610 or 15635746. OLE color: 15635746.
HSL color Cylindrical-coordinate representation of color #2295EE: hue angle of 206.18º 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 #2295EE is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 149 | 238 | - |
| CMYK | 0.86 | 0.37 | 0 | 0.07 |
| HSL | 206.18º | 0.86% | 0.53% | - |
| HSV(B) | 206.18º | 0.86% | 0.93% | - |
| XYZ | 26.84 | 28.01 | 84.88 | - |
| YUV | 124.76 | 191.9 | 63.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 149 | 238 | 0.86 | 0.37 | 0 | 0.07 | 206.18 | 0.86 | 0.53 |
| Hex | 22 | 95 | EE | 56 | 25 | 0 | 7 | CE | 56 | 35 |
| Octal | 42 | 225 | 356 | 126 | 45 | 0 | 7 | 316 | 126 | 65 |
| Binary | 100010 | 10010101 | 11101110 | 1010110 | 100101 | 0 | 111 | 11001110 | 1010110 | 110101 |
Color Harmonies of #2295EE
Complementary color
Monochromatic Colors of #2295EE
Black with #2295EE
Text Example
Text Example
White with #2295EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2295EE; }
p { color: rgb(34,149,238); }
H1.HeaderClassName
{
color: #2295EE;
}
.AnyTagClassName
{
color: #2295EE;
}
</style>
background-color css
<style>
a { background-color: #2295EE; }
a { background-color: rgb(34,149,238); }
div.DivClassName
{
background-color: #2295EE;
}
.BgClassName
{
background-color: #2295EE;
}
</style>
border-color css
<style>
span { border-color: #2295EE; }
span { border-color: rgb(34,149,238); }
td.TdClassName
{
border-color: #2295EE;
}
.TagClassName
{
border-color: #2295EE;
}
</style>