Html Css Color HEX #2597BE Pelorous

📋 copy color: '#2597BE'

red 37 ◦ green 151 ◦ blue 190

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

Shades of Pelorous #2597BE

Tints of Pelorous #2597BE

RGB

 RED value IS 37 (14.84% from 255) = 9.79%

 GREEN value IS 151 (59.38% from 255) = 39.95%

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

R = 9.79%
G = 39.95%
B = 50.26%

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

#2597BE (or 0x2597BE) is known color: Pelorous. HEX triplet: 25, 97 and BE. RGB value is (37,151,190). Sum of RGB (Red+Green+Blue) = 37+151+190=378 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.79% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #2597BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2597BE is #DA6841. Grayscale: #797979. Windows color (decimal): -14313538 or 12490533. OLE color: 12490533.

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

Color convert

RGB 37 151 190 -
CMYK 0.81 0.21 0 0.25
HSL 195.29º 0.67% 0.45% -
HSV(B) 195.29º 0.81% 0.75% -
XYZ 21.12 26.24 52.67 -
YUV 121.36 166.73 67.83 -
System Red Green Blue C M Y K H S L
Decimal 37 151 190 0.81 0.21 0 0.25 195.29 0.67 0.45
Hex 25 97 BE 51 15 0 19 C3 43 2D
Octal 45 227 276 121 25 0 31 303 103 55
Binary 100101 10010111 10111110 1010001 10101 0 11001 11000011 1000011 101101

Color Harmonies of #2597BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2597BE

Black with #2597BE

Text Example


Text Example

White with #2597BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,151,190); }

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

background-color css

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

 a { background-color: rgb(37,151,190); }

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

border-color css

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

 span { border-color: rgb(37,151,190); }

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