Html Css Color HEX #2184CC Curious Blue

📋 copy color: '#2184CC'

red 33 ◦ green 132 ◦ blue 204

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

Shades of Curious Blue #2184CC

Tints of Curious Blue #2184CC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.77%

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

R = 8.94%
G = 35.77%
B = 55.28%

CMYK

 C value IS 0.84

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2184CC (or 0x2184CC) is known color: Curious Blue. HEX triplet: 21, 84 and CC. RGB value is (33,132,204). Sum of RGB (Red+Green+Blue) = 33+132+204=369 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.94% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #2184CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2184CC is #DE7B33. Grayscale: #6E6E6E. Windows color (decimal): -14580532 or 13403169. OLE color: 13403169.

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

Color convert

RGB 33 132 204 -
CMYK 0.84 0.35 0 0.2
HSL 205.26º 0.72% 0.46% -
HSV(B) 205.26º 0.84% 0.8% -
XYZ 19.78 21.19 60.17 -
YUV 110.61 180.7 72.65 -
System Red Green Blue C M Y K H S L
Decimal 33 132 204 0.84 0.35 0 0.2 205.26 0.72 0.46
Hex 21 84 CC 54 23 0 14 CD 48 2E
Octal 41 204 314 124 43 0 24 315 110 56
Binary 100001 10000100 11001100 1010100 100011 0 10100 11001101 1001000 101110

Color Harmonies of #2184CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2184CC

Black with #2184CC

Text Example


Text Example

White with #2184CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,132,204); }

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

background-color css

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

 a { background-color: rgb(33,132,204); }

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

border-color css

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

 span { border-color: rgb(33,132,204); }

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