Html Css Color HEX #2499BE Pelorous

📋 copy color: '#2499BE'

red 36 ◦ green 153 ◦ blue 190

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

Shades of Pelorous #2499BE

Tints of Pelorous #2499BE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.37%

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

R = 9.5%
G = 40.37%
B = 50.13%

CMYK

 C value IS 0.81

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2499BE (or 0x2499BE) is known color: Pelorous. HEX triplet: 24, 99 and BE. RGB value is (36,153,190). Sum of RGB (Red+Green+Blue) = 36+153+190=379 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.50% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #2499BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2499BE is #DB6641. Grayscale: #797979. Windows color (decimal): -14378562 or 12491044. OLE color: 12491044.

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

Color convert

RGB 36 153 190 -
CMYK 0.81 0.19 0 0.25
HSL 194.42º 0.68% 0.44% -
HSV(B) 194.42º 0.81% 0.75% -
XYZ 21.41 26.88 52.77 -
YUV 122.24 166.24 66.49 -
System Red Green Blue C M Y K H S L
Decimal 36 153 190 0.81 0.19 0 0.25 194.42 0.68 0.44
Hex 24 99 BE 51 13 0 19 C2 44 2C
Octal 44 231 276 121 23 0 31 302 104 54
Binary 100100 10011001 10111110 1010001 10011 0 11001 11000010 1000100 101100

Color Harmonies of #2499BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2499BE

Black with #2499BE

Text Example


Text Example

White with #2499BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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