Html Css Color HEX #2194BE Pelorous

📋 copy color: '#2194BE'

red 33 ◦ green 148 ◦ blue 190

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

Shades of Pelorous #2194BE

Tints of Pelorous #2194BE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.89%

 BLUE value IS 190 (74.61% from 255) = 51.21%

R = 8.89%
G = 39.89%
B = 51.21%

CMYK

 C value IS 0.83

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2194BE (or 0x2194BE) is known color: Pelorous. HEX triplet: 21, 94 and BE. RGB value is (33,148,190). Sum of RGB (Red+Green+Blue) = 33+148+190=371 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.89% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #2194BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2194BE is #DE6B41. Grayscale: #767676. Windows color (decimal): -14576450 or 12489761. OLE color: 12489761.

HSL color Cylindrical-coordinate representation of color #2194BE: hue angle of 196.05º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2194BE is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 148 190 -
CMYK 0.83 0.22 0 0.25
HSL 196.05º 0.7% 0.44% -
HSV(B) 196.05º 0.83% 0.75% -
XYZ 20.51 25.22 52.5 -
YUV 118.4 168.4 67.08 -
System Red Green Blue C M Y K H S L
Decimal 33 148 190 0.83 0.22 0 0.25 196.05 0.7 0.44
Hex 21 94 BE 53 16 0 19 C4 46 2C
Octal 41 224 276 123 26 0 31 304 106 54
Binary 100001 10010100 10111110 1010011 10110 0 11001 11000100 1000110 101100

Color Harmonies of #2194BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2194BE

Black with #2194BE

Text Example


Text Example

White with #2194BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2194BE; }

 p { color: rgb(33,148,190); }

 H1.HeaderClassName
 {
   color: #2194BE;
 }
 .AnyTagClassName
 {
   color: #2194BE;
 }
</style>

background-color css

<style>
 a { background-color: #2194BE; }

 a { background-color: rgb(33,148,190); }

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

border-color css

<style>
 span { border-color: #2194BE; }

 span { border-color: rgb(33,148,190); }

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