Shades of Curious Blue #2088CC
Tints of Curious Blue #2088CC
RGB
CMYK
RGB Variations
Color information
#2088CC (or 0x2088CC) is known color: Curious Blue. HEX triplet: 20, 88 and CC. RGB value is (32,136,204). Sum of RGB (Red+Green+Blue) = 32+136+204=372 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.60% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #2088CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2088CC is #DF7733. Grayscale: #707070. Windows color (decimal): -14645044 or 13404192. OLE color: 13404192.
HSL color Cylindrical-coordinate representation of color #2088CC: hue angle of 203.72º 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 #2088CC is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 136 | 204 | - |
| CMYK | 0.84 | 0.33 | 0 | 0.2 |
| HSL | 203.72º | 0.73% | 0.46% | - |
| HSV(B) | 203.72º | 0.84% | 0.8% | - |
| XYZ | 20.3 | 22.28 | 60.36 | - |
| YUV | 112.66 | 179.54 | 70.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 136 | 204 | 0.84 | 0.33 | 0 | 0.2 | 203.72 | 0.73 | 0.46 |
| Hex | 20 | 88 | CC | 54 | 21 | 0 | 14 | CC | 49 | 2E |
| Octal | 40 | 210 | 314 | 124 | 41 | 0 | 24 | 314 | 111 | 56 |
| Binary | 100000 | 10001000 | 11001100 | 1010100 | 100001 | 0 | 10100 | 11001100 | 1001001 | 101110 |
Color Harmonies of #2088CC
Complementary color
Monochromatic Colors of #2088CC
Black with #2088CC
Text Example
Text Example
White with #2088CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2088CC; }
p { color: rgb(32,136,204); }
H1.HeaderClassName
{
color: #2088CC;
}
.AnyTagClassName
{
color: #2088CC;
}
</style>
background-color css
<style>
a { background-color: #2088CC; }
a { background-color: rgb(32,136,204); }
div.DivClassName
{
background-color: #2088CC;
}
.BgClassName
{
background-color: #2088CC;
}
</style>
border-color css
<style>
span { border-color: #2088CC; }
span { border-color: rgb(32,136,204); }
td.TdClassName
{
border-color: #2088CC;
}
.TagClassName
{
border-color: #2088CC;
}
</style>