Shades of Dodger Blue #229CEE
Tints of Dodger Blue #229CEE
RGB
CMYK
RGB Variations
Color information
#229CEE (or 0x229CEE) is known color: Dodger Blue. HEX triplet: 22, 9C and EE. RGB value is (34,156,238). Sum of RGB (Red+Green+Blue) = 34+156+238=428 (56% of max value = 765). Red value is 34 (13.67% from 255 or 7.94% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 238 (93.36% from 255 or 55.61% from 428); Max value from RGB is 238 - color contains mainly: blue. Hex color #229CEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #229CEE is #DD6311. Grayscale: #808080. Windows color (decimal): -14508818 or 15637538. OLE color: 15637538.
HSL color Cylindrical-coordinate representation of color #229CEE: hue angle of 204.12º 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 #229CEE is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 156 | 238 | - |
| CMYK | 0.86 | 0.34 | 0 | 0.07 |
| HSL | 204.12º | 0.86% | 0.53% | - |
| HSV(B) | 204.12º | 0.86% | 0.93% | - |
| XYZ | 27.98 | 30.29 | 85.26 | - |
| YUV | 128.87 | 189.58 | 60.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 156 | 238 | 0.86 | 0.34 | 0 | 0.07 | 204.12 | 0.86 | 0.53 |
| Hex | 22 | 9C | EE | 56 | 22 | 0 | 7 | CC | 56 | 35 |
| Octal | 42 | 234 | 356 | 126 | 42 | 0 | 7 | 314 | 126 | 65 |
| Binary | 100010 | 10011100 | 11101110 | 1010110 | 100010 | 0 | 111 | 11001100 | 1010110 | 110101 |
Color Harmonies of #229CEE
Complementary color
Monochromatic Colors of #229CEE
Black with #229CEE
Text Example
Text Example
White with #229CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229CEE; }
p { color: rgb(34,156,238); }
H1.HeaderClassName
{
color: #229CEE;
}
.AnyTagClassName
{
color: #229CEE;
}
</style>
background-color css
<style>
a { background-color: #229CEE; }
a { background-color: rgb(34,156,238); }
div.DivClassName
{
background-color: #229CEE;
}
.BgClassName
{
background-color: #229CEE;
}
</style>
border-color css
<style>
span { border-color: #229CEE; }
span { border-color: rgb(34,156,238); }
td.TdClassName
{
border-color: #229CEE;
}
.TagClassName
{
border-color: #229CEE;
}
</style>