Html Css Color HEX #2187CE Curious Blue

📋 copy color: '#2187CE'

red 33 ◦ green 135 ◦ blue 206

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

Shades of Curious Blue #2187CE

Tints of Curious Blue #2187CE

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.1%

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

R = 8.82%
G = 36.1%
B = 55.08%

CMYK

 C value IS 0.84

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2187CE (or 0x2187CE) is known color: Curious Blue. HEX triplet: 21, 87 and CE. RGB value is (33,135,206). Sum of RGB (Red+Green+Blue) = 33+135+206=374 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.82% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #2187CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2187CE is #DE7831. Grayscale: #707070. Windows color (decimal): -14579762 or 13535009. OLE color: 13535009.

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

Color convert

RGB 33 135 206 -
CMYK 0.84 0.34 0 0.19
HSL 204.62º 0.72% 0.47% -
HSV(B) 204.62º 0.84% 0.81% -
XYZ 20.43 22.11 61.58 -
YUV 112.6 180.71 71.23 -
System Red Green Blue C M Y K H S L
Decimal 33 135 206 0.84 0.34 0 0.19 204.62 0.72 0.47
Hex 21 87 CE 54 22 0 13 CD 48 2F
Octal 41 207 316 124 42 0 23 315 110 57
Binary 100001 10000111 11001110 1010100 100010 0 10011 11001101 1001000 101111

Color Harmonies of #2187CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2187CE

Black with #2187CE

Text Example


Text Example

White with #2187CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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