Shades of Dodger Blue #228CDD
Tints of Dodger Blue #228CDD
RGB
CMYK
RGB Variations
Color information
#228CDD (or 0x228CDD) is known color: Dodger Blue. HEX triplet: 22, 8C and DD. RGB value is (34,140,221). Sum of RGB (Red+Green+Blue) = 34+140+221=395 (52% of max value = 765). Red value is 34 (13.67% from 255 or 8.61% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #228CDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228CDD is #DD7322. Grayscale: #757575. Windows color (decimal): -14512931 or 14519330. OLE color: 14519330.
HSL color Cylindrical-coordinate representation of color #228CDD: hue angle of 205.99º degrees, saturation: 0.73, 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 #228CDD is Cyan = 0.85, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 140 | 221 | - |
| CMYK | 0.85 | 0.37 | 0 | 0.13 |
| HSL | 205.99º | 0.73% | 0.5% | - |
| HSV(B) | 205.99º | 0.85% | 0.87% | - |
| XYZ | 23.09 | 24.32 | 71.88 | - |
| YUV | 117.54 | 186.38 | 68.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 140 | 221 | 0.85 | 0.37 | 0 | 0.13 | 205.99 | 0.73 | 0.5 |
| Hex | 22 | 8C | DD | 55 | 25 | 0 | D | CE | 49 | 32 |
| Octal | 42 | 214 | 335 | 125 | 45 | 0 | 15 | 316 | 111 | 62 |
| Binary | 100010 | 10001100 | 11011101 | 1010101 | 100101 | 0 | 1101 | 11001110 | 1001001 | 110010 |
Color Harmonies of #228CDD
Complementary color
Monochromatic Colors of #228CDD
Black with #228CDD
Text Example
Text Example
White with #228CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228CDD; }
p { color: rgb(34,140,221); }
H1.HeaderClassName
{
color: #228CDD;
}
.AnyTagClassName
{
color: #228CDD;
}
</style>
background-color css
<style>
a { background-color: #228CDD; }
a { background-color: rgb(34,140,221); }
div.DivClassName
{
background-color: #228CDD;
}
.BgClassName
{
background-color: #228CDD;
}
</style>
border-color css
<style>
span { border-color: #228CDD; }
span { border-color: rgb(34,140,221); }
td.TdClassName
{
border-color: #228CDD;
}
.TagClassName
{
border-color: #228CDD;
}
</style>