Html Css Color HEX #2493BC Pelorous

📋 copy color: '#2493BC'

red 36 ◦ green 147 ◦ blue 188

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

Shades of Pelorous #2493BC

Tints of Pelorous #2493BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.67%

R = 9.7%
G = 39.62%
B = 50.67%

CMYK

 C value IS 0.81

 M value IS 0.22

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2493BC (or 0x2493BC) is known color: Pelorous. HEX triplet: 24, 93 and BC. RGB value is (36,147,188). Sum of RGB (Red+Green+Blue) = 36+147+188=371 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.70% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #2493BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2493BC is #DB6C43. Grayscale: #767676. Windows color (decimal): -14380100 or 12358436. OLE color: 12358436.

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

Color convert

RGB 36 147 188 -
CMYK 0.81 0.22 0 0.26
HSL 196.18º 0.68% 0.44% -
HSV(B) 196.18º 0.81% 0.74% -
XYZ 20.24 24.87 51.31 -
YUV 118.49 167.23 69.17 -
System Red Green Blue C M Y K H S L
Decimal 36 147 188 0.81 0.22 0 0.26 196.18 0.68 0.44
Hex 24 93 BC 51 16 0 1A C4 44 2C
Octal 44 223 274 121 26 0 32 304 104 54
Binary 100100 10010011 10111100 1010001 10110 0 11010 11000100 1000100 101100

Color Harmonies of #2493BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2493BC

Black with #2493BC

Text Example


Text Example

White with #2493BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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