Shades of Curious Blue #2088CD
Tints of Curious Blue #2088CD
RGB
CMYK
RGB Variations
Color information
#2088CD (or 0x2088CD) is known color: Curious Blue. HEX triplet: 20, 88 and CD. RGB value is (32,136,205). Sum of RGB (Red+Green+Blue) = 32+136+205=373 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.58% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 205 (80.47% from 255 or 54.96% from 373); Max value from RGB is 205 - color contains mainly: blue. Hex color #2088CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2088CD is #DF7732. Grayscale: #707070. Windows color (decimal): -14645043 or 13469728. OLE color: 13469728.
HSL color Cylindrical-coordinate representation of color #2088CD: hue angle of 203.93º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2088CD is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 136 | 205 | - |
| CMYK | 0.84 | 0.34 | 0 | 0.20 |
| HSL | 203.93º | 0.73% | 0.46% | - |
| HSV(B) | 203.93º | 0.84% | 0.8% | - |
| XYZ | 20.42 | 22.32 | 60.99 | - |
| YUV | 112.77 | 180.04 | 70.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 136 | 205 | 0.84 | 0.34 | 0 | 0.20 | 203.93 | 0.73 | 0.46 |
| Hex | 20 | 88 | CD | 54 | 22 | 0 | 14 | CC | 49 | 2E |
| Octal | 40 | 210 | 315 | 124 | 42 | 0 | 24 | 314 | 111 | 56 |
| Binary | 100000 | 10001000 | 11001101 | 1010100 | 100010 | 0 | 10100 | 11001100 | 1001001 | 101110 |
Color Harmonies of #2088CD
Complementary color
Monochromatic Colors of #2088CD
Black with #2088CD
Text Example
Text Example
White with #2088CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2088CD; }
p { color: rgb(32,136,205); }
H1.HeaderClassName
{
color: #2088CD;
}
.AnyTagClassName
{
color: #2088CD;
}
</style>
background-color css
<style>
a { background-color: #2088CD; }
a { background-color: rgb(32,136,205); }
div.DivClassName
{
background-color: #2088CD;
}
.BgClassName
{
background-color: #2088CD;
}
</style>
border-color css
<style>
span { border-color: #2088CD; }
span { border-color: rgb(32,136,205); }
td.TdClassName
{
border-color: #2088CD;
}
.TagClassName
{
border-color: #2088CD;
}
</style>