Shades of Dodger Blue #227BEC
Tints of Dodger Blue #227BEC
RGB
CMYK
RGB Variations
Color information
#227BEC (or 0x227BEC) is known color: Dodger Blue. HEX triplet: 22, 7B and EC. RGB value is (34,123,236). Sum of RGB (Red+Green+Blue) = 34+123+236=393 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.65% from 393); Green value is 123 (48.44% from 255 or 31.30% from 393); Blue value is 236 (92.58% from 255 or 60.05% from 393); Max value from RGB is 236 - color contains mainly: blue. Hex color #227BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #227BEC is #DD8413. Grayscale: #6C6C6C. Windows color (decimal): -14517268 or 15498018. OLE color: 15498018.
HSL color Cylindrical-coordinate representation of color #227BEC: hue angle of 213.56º degrees, saturation: 0.84, 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 #227BEC is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 123 | 236 | - |
| CMYK | 0.86 | 0.48 | 0 | 0.07 |
| HSL | 213.56º | 0.84% | 0.53% | - |
| HSV(B) | 213.56º | 0.86% | 0.93% | - |
| XYZ | 22.88 | 20.56 | 82.12 | - |
| YUV | 109.27 | 199.51 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 123 | 236 | 0.86 | 0.48 | 0 | 0.07 | 213.56 | 0.84 | 0.53 |
| Hex | 22 | 7B | EC | 56 | 30 | 0 | 7 | D6 | 54 | 35 |
| Octal | 42 | 173 | 354 | 126 | 60 | 0 | 7 | 326 | 124 | 65 |
| Binary | 100010 | 1111011 | 11101100 | 1010110 | 110000 | 0 | 111 | 11010110 | 1010100 | 110101 |
Color Harmonies of #227BEC
Complementary color
Monochromatic Colors of #227BEC
Black with #227BEC
Text Example
Text Example
White with #227BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227BEC; }
p { color: rgb(34,123,236); }
H1.HeaderClassName
{
color: #227BEC;
}
.AnyTagClassName
{
color: #227BEC;
}
</style>
background-color css
<style>
a { background-color: #227BEC; }
a { background-color: rgb(34,123,236); }
div.DivClassName
{
background-color: #227BEC;
}
.BgClassName
{
background-color: #227BEC;
}
</style>
border-color css
<style>
span { border-color: #227BEC; }
span { border-color: rgb(34,123,236); }
td.TdClassName
{
border-color: #227BEC;
}
.TagClassName
{
border-color: #227BEC;
}
</style>