#2088CF

Color #2088CF Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #2088CF

Tints of Curious Blue #2088CF

Color information

#2088CF (or 0x2088CF) is unknown color: approx Curious Blue. HEX triplet: 20, 88 and CF. RGB value is (32,136,207). Sum of RGB (Red+Green+Blue) = 32+136+207=375 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.53% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #2088CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2088CF is #DF7730. Grayscale: #707070. Windows color (decimal): -14645041 or 13600800. OLE color: 13600800.

HSL color Cylindrical-coordinate representation of color #2088CF: hue angle of 204.34º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2088CF is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB32136207-
CMYK0.850.3400.19
HSL204.34º73.22%46.86%-
HSV(B)204.34º84.54%81.18%-
XYZ20.6622.4262.27-
YUV113181.0470.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 8.53%
GREEN value IS 136 (53.52% from 255) = 36.27%
BLUE value IS 207 (81.25% from 255) = 55.2%
R=8.53%
G=36.27%
B=55.2%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal321362070.850.3400.19204.3473.2246.86
Hex2088CF5522013cc492f
Octal402103171254202331411157
Binary10000010001000110011111010101100010010011110011001001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2088CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2088CF; }

 p { color: rgb(32,136,207); }

 H1.HeaderClassName
 {
   color: #2088CF;
 }
 .AnyTagClassName
 {
   color: #2088CF;
 }
</style>
background-color css

<style>
 a { background-color: #2088CF; }

 a { background-color: rgb(32,136,207); }

 div.DivClassName
 {
   background-color: #2088CF;
 }
 .BgClassName
 {
   background-color: #2088CF;
 }
</style>
border-color css

<style>
 span { border-color: #2088CF; }

 span { border-color: rgb(32,136,207); }

 td.TdClassName
 {
   border-color: #2088CF;
 }
 .TagClassName
 {
   border-color: #2088CF;
 }
</style>