Html Css Color HEX #2493BE Pelorous

📋 copy color: '#2493BE'

red 36 ◦ green 147 ◦ blue 190

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

Shades of Pelorous #2493BE

Tints of Pelorous #2493BE

RGB

 RED value IS 36 (14.45% from 255) = 9.65%

 GREEN value IS 147 (57.81% from 255) = 39.41%

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

R = 9.65%
G = 39.41%
B = 50.94%

CMYK

 C value IS 0.81

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2493BE (or 0x2493BE) is known color: Pelorous. HEX triplet: 24, 93 and BE. RGB value is (36,147,190). Sum of RGB (Red+Green+Blue) = 36+147+190=373 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.65% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #2493BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2493BE is #DB6C41. Grayscale: #767676. Windows color (decimal): -14380098 or 12489508. OLE color: 12489508.

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

Color convert

RGB 36 147 190 -
CMYK 0.81 0.23 0 0.25
HSL 196.75º 0.68% 0.44% -
HSV(B) 196.75º 0.81% 0.75% -
XYZ 20.46 24.96 52.45 -
YUV 118.71 168.23 69 -
System Red Green Blue C M Y K H S L
Decimal 36 147 190 0.81 0.23 0 0.25 196.75 0.68 0.44
Hex 24 93 BE 51 17 0 19 C5 44 2C
Octal 44 223 276 121 27 0 31 305 104 54
Binary 100100 10010011 10111110 1010001 10111 0 11001 11000101 1000100 101100

Color Harmonies of #2493BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2493BE

Black with #2493BE

Text Example


Text Example

White with #2493BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,147,190); }

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

background-color css

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

 a { background-color: rgb(36,147,190); }

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

border-color css

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

 span { border-color: rgb(36,147,190); }

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