Html Css Color HEX #2495BE Pelorous

📋 copy color: '#2495BE'

red 36 ◦ green 149 ◦ blue 190

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

Shades of Pelorous #2495BE

Tints of Pelorous #2495BE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.73%

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

R = 9.6%
G = 39.73%
B = 50.67%

CMYK

 C value IS 0.81

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2495BE (or 0x2495BE) is known color: Pelorous. HEX triplet: 24, 95 and BE. RGB value is (36,149,190). Sum of RGB (Red+Green+Blue) = 36+149+190=375 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.6% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #2495BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2495BE is #DB6A41. Grayscale: #777777. Windows color (decimal): -14379586 or 12490020. OLE color: 12490020.

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

Color convert

RGB 36 149 190 -
CMYK 0.81 0.22 0 0.25
HSL 195.97º 0.68% 0.44% -
HSV(B) 195.97º 0.81% 0.75% -
XYZ 20.77 25.59 52.56 -
YUV 119.89 167.56 68.17 -
System Red Green Blue C M Y K H S L
Decimal 36 149 190 0.81 0.22 0 0.25 195.97 0.68 0.44
Hex 24 95 BE 51 16 0 19 C4 44 2C
Octal 44 225 276 121 26 0 31 304 104 54
Binary 100100 10010101 10111110 1010001 10110 0 11001 11000100 1000100 101100

Color Harmonies of #2495BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2495BE

Black with #2495BE

Text Example


Text Example

White with #2495BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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