Html Css Color HEX #2187CA Curious Blue

📋 copy color: '#2187CA'

red 33 ◦ green 135 ◦ blue 202

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

Shades of Curious Blue #2187CA

Tints of Curious Blue #2187CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 54.59%

R = 8.92%
G = 36.49%
B = 54.59%

CMYK

 C value IS 0.84

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2187CA (or 0x2187CA) is known color: Curious Blue. HEX triplet: 21, 87 and CA. RGB value is (33,135,202). Sum of RGB (Red+Green+Blue) = 33+135+202=370 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.92% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 202 (79.30% from 255 or 54.59% from 370); Max value from RGB is 202 - color contains mainly: blue. Hex color #2187CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2187CA is #DE7835. Grayscale: #6F6F6F. Windows color (decimal): -14579766 or 13272865. OLE color: 13272865.

HSL color Cylindrical-coordinate representation of color #2187CA: hue angle of 203.79º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2187CA is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 33 135 202 -
CMYK 0.84 0.33 0 0.21
HSL 203.79º 0.72% 0.46% -
HSV(B) 203.79º 0.84% 0.79% -
XYZ 19.95 21.92 59.06 -
YUV 112.14 178.71 71.55 -
System Red Green Blue C M Y K H S L
Decimal 33 135 202 0.84 0.33 0 0.21 203.79 0.72 0.46
Hex 21 87 CA 54 21 0 15 CC 48 2E
Octal 41 207 312 124 41 0 25 314 110 56
Binary 100001 10000111 11001010 1010100 100001 0 10101 11001100 1001000 101110

Color Harmonies of #2187CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2187CA

Black with #2187CA

Text Example


Text Example

White with #2187CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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