Shades of Dodger Blue #227DED
Tints of Dodger Blue #227DED
RGB
CMYK
RGB Variations
Color information
#227DED (or 0x227DED) is known color: Dodger Blue. HEX triplet: 22, 7D and ED. RGB value is (34,125,237). Sum of RGB (Red+Green+Blue) = 34+125+237=396 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.59% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 237 (92.97% from 255 or 59.85% from 396); Max value from RGB is 237 - color contains mainly: blue. Hex color #227DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #227DED is #DD8212. Grayscale: #6E6E6E. Windows color (decimal): -14516755 or 15564066. OLE color: 15564066.
HSL color Cylindrical-coordinate representation of color #227DED: hue angle of 213.1º degrees, saturation: 0.85, 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 #227DED is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 125 | 237 | - |
| CMYK | 0.86 | 0.47 | 0 | 0.07 |
| HSL | 213.1º | 0.85% | 0.53% | - |
| HSV(B) | 213.1º | 0.86% | 0.93% | - |
| XYZ | 23.28 | 21.12 | 82.97 | - |
| YUV | 110.56 | 199.35 | 73.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 125 | 237 | 0.86 | 0.47 | 0 | 0.07 | 213.1 | 0.85 | 0.53 |
| Hex | 22 | 7D | ED | 56 | 2F | 0 | 7 | D5 | 55 | 35 |
| Octal | 42 | 175 | 355 | 126 | 57 | 0 | 7 | 325 | 125 | 65 |
| Binary | 100010 | 1111101 | 11101101 | 1010110 | 101111 | 0 | 111 | 11010101 | 1010101 | 110101 |
Color Harmonies of #227DED
Complementary color
Monochromatic Colors of #227DED
Black with #227DED
Text Example
Text Example
White with #227DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227DED; }
p { color: rgb(34,125,237); }
H1.HeaderClassName
{
color: #227DED;
}
.AnyTagClassName
{
color: #227DED;
}
</style>
background-color css
<style>
a { background-color: #227DED; }
a { background-color: rgb(34,125,237); }
div.DivClassName
{
background-color: #227DED;
}
.BgClassName
{
background-color: #227DED;
}
</style>
border-color css
<style>
span { border-color: #227DED; }
span { border-color: rgb(34,125,237); }
td.TdClassName
{
border-color: #227DED;
}
.TagClassName
{
border-color: #227DED;
}
</style>