Html Css Color HEX #2496BE Pelorous

📋 copy color: '#2496BE'

red 36 ◦ green 150 ◦ blue 190

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

Shades of Pelorous #2496BE

Tints of Pelorous #2496BE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.89%

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

R = 9.57%
G = 39.89%
B = 50.53%

CMYK

 C value IS 0.81

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2496BE (or 0x2496BE) is known color: Pelorous. HEX triplet: 24, 96 and BE. RGB value is (36,150,190). Sum of RGB (Red+Green+Blue) = 36+150+190=376 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.57% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #2496BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2496BE is #DB6941. Grayscale: #787878. Windows color (decimal): -14379330 or 12490276. OLE color: 12490276.

HSL color Cylindrical-coordinate representation of color #2496BE: hue angle of 195.58º 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 #2496BE is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 36 150 190 -
CMYK 0.81 0.21 0 0.25
HSL 195.58º 0.68% 0.44% -
HSV(B) 195.58º 0.81% 0.75% -
XYZ 20.93 25.91 52.61 -
YUV 120.47 167.23 67.75 -
System Red Green Blue C M Y K H S L
Decimal 36 150 190 0.81 0.21 0 0.25 195.58 0.68 0.44
Hex 24 96 BE 51 15 0 19 C4 44 2C
Octal 44 226 276 121 25 0 31 304 104 54
Binary 100100 10010110 10111110 1010001 10101 0 11001 11000100 1000100 101100

Color Harmonies of #2496BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2496BE

Black with #2496BE

Text Example


Text Example

White with #2496BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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