Shades of Curious Blue #228ED5
Tints of Curious Blue #228ED5
RGB
CMYK
RGB Variations
Color information
#228ED5 (or 0x228ED5) is known color: Curious Blue. HEX triplet: 22, 8E and D5. RGB value is (34,142,213). Sum of RGB (Red+Green+Blue) = 34+142+213=389 (51% of max value = 765). Red value is 34 (13.67% from 255 or 8.74% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 213 (83.59% from 255 or 54.76% from 389); Max value from RGB is 213 - color contains mainly: blue. Hex color #228ED5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #228ED5 is #DD712A. Grayscale: #757575. Windows color (decimal): -14512427 or 13995554. OLE color: 13995554.
HSL color Cylindrical-coordinate representation of color #228ED5: hue angle of 203.8º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #228ED5 is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 34 | 142 | 213 | - |
| CMYK | 0.84 | 0.33 | 0 | 0.16 |
| HSL | 203.8º | 0.72% | 0.48% | - |
| HSV(B) | 203.8º | 0.84% | 0.84% | - |
| XYZ | 22.34 | 24.49 | 66.5 | - |
| YUV | 117.8 | 181.72 | 68.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 142 | 213 | 0.84 | 0.33 | 0 | 0.16 | 203.8 | 0.72 | 0.48 |
| Hex | 22 | 8E | D5 | 54 | 21 | 0 | 10 | CC | 48 | 30 |
| Octal | 42 | 216 | 325 | 124 | 41 | 0 | 20 | 314 | 110 | 60 |
| Binary | 100010 | 10001110 | 11010101 | 1010100 | 100001 | 0 | 10000 | 11001100 | 1001000 | 110000 |
Color Harmonies of #228ED5
Complementary color
Monochromatic Colors of #228ED5
Black with #228ED5
Text Example
Text Example
White with #228ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228ED5; }
p { color: rgb(34,142,213); }
H1.HeaderClassName
{
color: #228ED5;
}
.AnyTagClassName
{
color: #228ED5;
}
</style>
background-color css
<style>
a { background-color: #228ED5; }
a { background-color: rgb(34,142,213); }
div.DivClassName
{
background-color: #228ED5;
}
.BgClassName
{
background-color: #228ED5;
}
</style>
border-color css
<style>
span { border-color: #228ED5; }
span { border-color: rgb(34,142,213); }
td.TdClassName
{
border-color: #228ED5;
}
.TagClassName
{
border-color: #228ED5;
}
</style>