Html Css Color HEX #2185CE Curious Blue

📋 copy color: '#2185CE'

red 33 ◦ green 133 ◦ blue 206

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

Shades of Curious Blue #2185CE

Tints of Curious Blue #2185CE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.75%

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

R = 8.87%
G = 35.75%
B = 55.38%

CMYK

 C value IS 0.84

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2185CE (or 0x2185CE) is known color: Curious Blue. HEX triplet: 21, 85 and CE. RGB value is (33,133,206). Sum of RGB (Red+Green+Blue) = 33+133+206=372 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.87% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #2185CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2185CE is #DE7A31. Grayscale: #6F6F6F. Windows color (decimal): -14580274 or 13534497. OLE color: 13534497.

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

Color convert

RGB 33 133 206 -
CMYK 0.84 0.35 0 0.19
HSL 205.32º 0.72% 0.47% -
HSV(B) 205.32º 0.84% 0.81% -
XYZ 20.16 21.55 61.49 -
YUV 111.42 181.37 72.06 -
System Red Green Blue C M Y K H S L
Decimal 33 133 206 0.84 0.35 0 0.19 205.32 0.72 0.47
Hex 21 85 CE 54 23 0 13 CD 48 2F
Octal 41 205 316 124 43 0 23 315 110 57
Binary 100001 10000101 11001110 1010100 100011 0 10011 11001101 1001000 101111

Color Harmonies of #2185CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2185CE

Black with #2185CE

Text Example


Text Example

White with #2185CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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