Html Css Color HEX #2187BB Pelorous

📋 copy color: '#2187BB'

red 33 ◦ green 135 ◦ blue 187

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

Shades of Pelorous #2187BB

Tints of Pelorous #2187BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 52.68%

R = 9.3%
G = 38.03%
B = 52.68%

CMYK

 C value IS 0.82

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2187BB (or 0x2187BB) is known color: Pelorous. HEX triplet: 21, 87 and BB. RGB value is (33,135,187). Sum of RGB (Red+Green+Blue) = 33+135+187=355 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.30% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #2187BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2187BB is #DE7844. Grayscale: #6E6E6E. Windows color (decimal): -14579781 or 12289825. OLE color: 12289825.

HSL color Cylindrical-coordinate representation of color #2187BB: hue angle of 200.26º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2187BB is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 33 135 187 -
CMYK 0.82 0.28 0 0.27
HSL 200.26º 0.7% 0.43% -
HSV(B) 200.26º 0.82% 0.73% -
XYZ 18.26 21.24 50.15 -
YUV 110.43 171.21 72.77 -
System Red Green Blue C M Y K H S L
Decimal 33 135 187 0.82 0.28 0 0.27 200.26 0.7 0.43
Hex 21 87 BB 52 1C 0 1B C8 46 2B
Octal 41 207 273 122 34 0 33 310 106 53
Binary 100001 10000111 10111011 1010010 11100 0 11011 11001000 1000110 101011

Color Harmonies of #2187BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2187BB

Black with #2187BB

Text Example


Text Example

White with #2187BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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