Shades of Dodger Blue #227DDF
Tints of Dodger Blue #227DDF
RGB
CMYK
RGB Variations
Color information
#227DDF (or 0x227DDF) is known color: Dodger Blue. HEX triplet: 22, 7D and DF. RGB value is (34,125,223). Sum of RGB (Red+Green+Blue) = 34+125+223=382 (50% of max value = 765). Red value is 34 (13.67% from 255 or 8.90% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 223 (87.5% from 255 or 58.38% from 382); Max value from RGB is 223 - color contains mainly: blue. Hex color #227DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #227DDF is #DD8220. Grayscale: #6C6C6C. Windows color (decimal): -14516769 or 14646562. OLE color: 14646562.
HSL color Cylindrical-coordinate representation of color #227DDF: hue angle of 211.11º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #227DDF is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 125 | 223 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.13 |
| HSL | 211.11º | 0.75% | 0.5% | - |
| HSV(B) | 211.11º | 0.85% | 0.87% | - |
| XYZ | 21.31 | 20.34 | 72.61 | - |
| YUV | 108.96 | 192.35 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 125 | 223 | 0.85 | 0.44 | 0 | 0.13 | 211.11 | 0.75 | 0.5 |
| Hex | 22 | 7D | DF | 55 | 2C | 0 | D | D3 | 4B | 32 |
| Octal | 42 | 175 | 337 | 125 | 54 | 0 | 15 | 323 | 113 | 62 |
| Binary | 100010 | 1111101 | 11011111 | 1010101 | 101100 | 0 | 1101 | 11010011 | 1001011 | 110010 |
Color Harmonies of #227DDF
Complementary color
Monochromatic Colors of #227DDF
Black with #227DDF
Text Example
Text Example
White with #227DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227DDF; }
p { color: rgb(34,125,223); }
H1.HeaderClassName
{
color: #227DDF;
}
.AnyTagClassName
{
color: #227DDF;
}
</style>
background-color css
<style>
a { background-color: #227DDF; }
a { background-color: rgb(34,125,223); }
div.DivClassName
{
background-color: #227DDF;
}
.BgClassName
{
background-color: #227DDF;
}
</style>
border-color css
<style>
span { border-color: #227DDF; }
span { border-color: rgb(34,125,223); }
td.TdClassName
{
border-color: #227DDF;
}
.TagClassName
{
border-color: #227DDF;
}
</style>