#2083CB

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

Shades of Curious Blue #2083CB

Tints of Curious Blue #2083CB

Color information

#2083CB (or 0x2083CB) is unknown color: approx Curious Blue. HEX triplet: 20, 83 and CB. RGB value is (32,131,203). Sum of RGB (Red+Green+Blue) = 32+131+203=366 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.74% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #2083CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2083CB is #DF7C34. Grayscale: #6D6D6D. Windows color (decimal): -14646325 or 13337376. OLE color: 13337376.

HSL color Cylindrical-coordinate representation of color #2083CB: hue angle of 205.26º 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 #2083CB is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB32131203-
CMYK0.840.3500.20
HSL205.26º72.77%46.08%-
HSV(B)205.26º84.24%79.61%-
XYZ19.4920.8559.5-
YUV109.61180.772.65-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.74%
GREEN value IS 131 (51.56% from 255) = 35.79%
BLUE value IS 203 (79.69% from 255) = 55.46%
R=8.74%
G=35.79%
B=55.46%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal321312030.840.3500.20205.2672.7746.08
Hex2083CB5423014cd492e
Octal402033131244302431511156
Binary10000010000011110010111010100100011010100110011011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2083CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2083CB; }

 p { color: rgb(32,131,203); }

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

<style>
 a { background-color: #2083CB; }

 a { background-color: rgb(32,131,203); }

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

<style>
 span { border-color: #2083CB; }

 span { border-color: rgb(32,131,203); }

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