Html Css Color HEX #2183CE Curious Blue

📋 copy color: '#2183CE'

red 33 ◦ green 131 ◦ blue 206

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

Shades of Curious Blue #2183CE

Tints of Curious Blue #2183CE

RGB

 RED value IS 33 (13.28% from 255) = 8.92%

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

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

R = 8.92%
G = 35.41%
B = 55.68%

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

#2183CE (or 0x2183CE) is known color: Curious Blue. HEX triplet: 21, 83 and CE. RGB value is (33,131,206). Sum of RGB (Red+Green+Blue) = 33+131+206=370 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.92% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #2183CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2183CE is #DE7C31. Grayscale: #6D6D6D. Windows color (decimal): -14580786 or 13533985. OLE color: 13533985.

HSL color Cylindrical-coordinate representation of color #2183CE: hue angle of 206.01º degrees, saturation: 0.72, 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 #2183CE is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 131 206 -
CMYK 0.84 0.36 0 0.19
HSL 206.01º 0.72% 0.47% -
HSV(B) 206.01º 0.84% 0.81% -
XYZ 19.88 21.01 61.4 -
YUV 110.25 182.03 72.9 -
System Red Green Blue C M Y K H S L
Decimal 33 131 206 0.84 0.36 0 0.19 206.01 0.72 0.47
Hex 21 83 CE 54 24 0 13 CE 48 2F
Octal 41 203 316 124 44 0 23 316 110 57
Binary 100001 10000011 11001110 1010100 100100 0 10011 11001110 1001000 101111

Color Harmonies of #2183CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2183CE

Black with #2183CE

Text Example


Text Example

White with #2183CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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