Shades of Dodger Blue #2275EE
Tints of Dodger Blue #2275EE
RGB
CMYK
RGB Variations
Color information
#2275EE (or 0x2275EE) is known color: Dodger Blue. HEX triplet: 22, 75 and EE. RGB value is (34,117,238). Sum of RGB (Red+Green+Blue) = 34+117+238=389 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.74% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 238 (93.36% from 255 or 61.18% from 389); Max value from RGB is 238 - color contains mainly: blue. Hex color #2275EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2275EE is #DD8A11. Grayscale: #696969. Windows color (decimal): -14518802 or 15627554. OLE color: 15627554.
HSL color Cylindrical-coordinate representation of color #2275EE: hue angle of 215.59º 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 #2275EE is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 117 | 238 | - |
| CMYK | 0.86 | 0.51 | 0 | 0.07 |
| HSL | 215.59º | 0.86% | 0.53% | - |
| HSV(B) | 215.59º | 0.86% | 0.93% | - |
| XYZ | 22.45 | 19.24 | 83.42 | - |
| YUV | 105.98 | 202.5 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 117 | 238 | 0.86 | 0.51 | 0 | 0.07 | 215.59 | 0.86 | 0.53 |
| Hex | 22 | 75 | EE | 56 | 33 | 0 | 7 | D8 | 56 | 35 |
| Octal | 42 | 165 | 356 | 126 | 63 | 0 | 7 | 330 | 126 | 65 |
| Binary | 100010 | 1110101 | 11101110 | 1010110 | 110011 | 0 | 111 | 11011000 | 1010110 | 110101 |
Color Harmonies of #2275EE
Complementary color
Monochromatic Colors of #2275EE
Black with #2275EE
Text Example
Text Example
White with #2275EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2275EE; }
p { color: rgb(34,117,238); }
H1.HeaderClassName
{
color: #2275EE;
}
.AnyTagClassName
{
color: #2275EE;
}
</style>
background-color css
<style>
a { background-color: #2275EE; }
a { background-color: rgb(34,117,238); }
div.DivClassName
{
background-color: #2275EE;
}
.BgClassName
{
background-color: #2275EE;
}
</style>
border-color css
<style>
span { border-color: #2275EE; }
span { border-color: rgb(34,117,238); }
td.TdClassName
{
border-color: #2275EE;
}
.TagClassName
{
border-color: #2275EE;
}
</style>