Shades of Dodger Blue #227BE6
Tints of Dodger Blue #227BE6
RGB
CMYK
RGB Variations
Color information
#227BE6 (or 0x227BE6) is known color: Dodger Blue. HEX triplet: 22, 7B and E6. RGB value is (34,123,230). Sum of RGB (Red+Green+Blue) = 34+123+230=387 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.79% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 230 (90.23% from 255 or 59.43% from 387); Max value from RGB is 230 - color contains mainly: blue. Hex color #227BE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #227BE6 is #DD8419. Grayscale: #6C6C6C. Windows color (decimal): -14517274 or 15104802. OLE color: 15104802.
HSL color Cylindrical-coordinate representation of color #227BE6: hue angle of 212.76º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #227BE6 is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 34 | 123 | 230 | - |
| CMYK | 0.85 | 0.47 | 0 | 0.10 |
| HSL | 212.76º | 0.8% | 0.52% | - |
| HSV(B) | 212.76º | 0.85% | 0.9% | - |
| XYZ | 22.03 | 20.22 | 77.6 | - |
| YUV | 108.59 | 196.51 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 123 | 230 | 0.85 | 0.47 | 0 | 0.10 | 212.76 | 0.8 | 0.52 |
| Hex | 22 | 7B | E6 | 55 | 2F | 0 | A | D5 | 50 | 34 |
| Octal | 42 | 173 | 346 | 125 | 57 | 0 | 12 | 325 | 120 | 64 |
| Binary | 100010 | 1111011 | 11100110 | 1010101 | 101111 | 0 | 1010 | 11010101 | 1010000 | 110100 |
Color Harmonies of #227BE6
Complementary color
Monochromatic Colors of #227BE6
Black with #227BE6
Text Example
Text Example
White with #227BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227BE6; }
p { color: rgb(34,123,230); }
H1.HeaderClassName
{
color: #227BE6;
}
.AnyTagClassName
{
color: #227BE6;
}
</style>
background-color css
<style>
a { background-color: #227BE6; }
a { background-color: rgb(34,123,230); }
div.DivClassName
{
background-color: #227BE6;
}
.BgClassName
{
background-color: #227BE6;
}
</style>
border-color css
<style>
span { border-color: #227BE6; }
span { border-color: rgb(34,123,230); }
td.TdClassName
{
border-color: #227BE6;
}
.TagClassName
{
border-color: #227BE6;
}
</style>