Html Css Color HEX #2083CC Curious Blue

📋 copy color: '#2083CC'

red 32 ◦ green 131 ◦ blue 204

#2083CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #2083CC

Tints of Curious Blue #2083CC

RGB

 RED value IS 32 (12.89% from 255) = 8.72%

 GREEN value IS 131 (51.56% from 255) = 35.69%

 BLUE value IS 204 (80.08% from 255) = 55.59%

R = 8.72%
G = 35.69%
B = 55.59%

CMYK

 C value IS 0.84

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2083CC (or 0x2083CC) is known color: Curious Blue. HEX triplet: 20, 83 and CC. RGB value is (32,131,204). Sum of RGB (Red+Green+Blue) = 32+131+204=367 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.72% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #2083CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2083CC is #DF7C33. Grayscale: #6D6D6D. Windows color (decimal): -14646324 or 13402912. OLE color: 13402912.

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

Color convert

RGB 32 131 204 -
CMYK 0.84 0.36 0 0.2
HSL 205.47º 0.73% 0.46% -
HSV(B) 205.47º 0.84% 0.8% -
XYZ 19.61 20.9 60.13 -
YUV 109.72 181.2 72.56 -
System Red Green Blue C M Y K H S L
Decimal 32 131 204 0.84 0.36 0 0.2 205.47 0.73 0.46
Hex 20 83 CC 54 24 0 14 CD 49 2E
Octal 40 203 314 124 44 0 24 315 111 56
Binary 100000 10000011 11001100 1010100 100100 0 10100 11001101 1001001 101110

Color Harmonies of #2083CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2083CC

Black with #2083CC

Text Example


Text Example

White with #2083CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2083CC;
 }
 .AnyTagClassName
 {
   color: #2083CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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