Html Css Color HEX #2083CE Curious Blue

📋 copy color: '#2083CE'

red 32 ◦ green 131 ◦ blue 206

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

Shades of Curious Blue #2083CE

Tints of Curious Blue #2083CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.83%

R = 8.67%
G = 35.5%
B = 55.83%

CMYK

 C value IS 0.84

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2083CE (or 0x2083CE) is known color: Curious Blue. HEX triplet: 20, 83 and CE. RGB value is (32,131,206). Sum of RGB (Red+Green+Blue) = 32+131+206=369 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.67% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #2083CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2083CE is #DF7C31. Grayscale: #6D6D6D. Windows color (decimal): -14646322 or 13533984. OLE color: 13533984.

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

Color convert

RGB 32 131 206 -
CMYK 0.84 0.36 0 0.19
HSL 205.86º 0.73% 0.47% -
HSV(B) 205.86º 0.84% 0.81% -
XYZ 19.85 21 61.4 -
YUV 109.95 182.2 72.4 -
System Red Green Blue C M Y K H S L
Decimal 32 131 206 0.84 0.36 0 0.19 205.86 0.73 0.47
Hex 20 83 CE 54 24 0 13 CE 49 2F
Octal 40 203 316 124 44 0 23 316 111 57
Binary 100000 10000011 11001110 1010100 100100 0 10011 11001110 1001001 101111

Color Harmonies of #2083CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2083CE

Black with #2083CE

Text Example


Text Example

White with #2083CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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