Shades of Dodger Blue #2279EE
Tints of Dodger Blue #2279EE
RGB
CMYK
RGB Variations
Color information
#2279EE (or 0x2279EE) is known color: Dodger Blue. HEX triplet: 22, 79 and EE. RGB value is (34,121,238). Sum of RGB (Red+Green+Blue) = 34+121+238=393 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.65% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 238 (93.36% from 255 or 60.56% from 393); Max value from RGB is 238 - color contains mainly: blue. Hex color #2279EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2279EE is #DD8611. Grayscale: #6B6B6B. Windows color (decimal): -14517778 or 15628578. OLE color: 15628578.
HSL color Cylindrical-coordinate representation of color #2279EE: hue angle of 214.41º 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 #2279EE is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 121 | 238 | - |
| CMYK | 0.86 | 0.49 | 0 | 0.07 |
| HSL | 214.41º | 0.86% | 0.53% | - |
| HSV(B) | 214.41º | 0.86% | 0.93% | - |
| XYZ | 22.93 | 20.19 | 83.58 | - |
| YUV | 108.33 | 201.18 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 121 | 238 | 0.86 | 0.49 | 0 | 0.07 | 214.41 | 0.86 | 0.53 |
| Hex | 22 | 79 | EE | 56 | 31 | 0 | 7 | D6 | 56 | 35 |
| Octal | 42 | 171 | 356 | 126 | 61 | 0 | 7 | 326 | 126 | 65 |
| Binary | 100010 | 1111001 | 11101110 | 1010110 | 110001 | 0 | 111 | 11010110 | 1010110 | 110101 |
Color Harmonies of #2279EE
Complementary color
Monochromatic Colors of #2279EE
Black with #2279EE
Text Example
Text Example
White with #2279EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2279EE; }
p { color: rgb(34,121,238); }
H1.HeaderClassName
{
color: #2279EE;
}
.AnyTagClassName
{
color: #2279EE;
}
</style>
background-color css
<style>
a { background-color: #2279EE; }
a { background-color: rgb(34,121,238); }
div.DivClassName
{
background-color: #2279EE;
}
.BgClassName
{
background-color: #2279EE;
}
</style>
border-color css
<style>
span { border-color: #2279EE; }
span { border-color: rgb(34,121,238); }
td.TdClassName
{
border-color: #2279EE;
}
.TagClassName
{
border-color: #2279EE;
}
</style>