Html Css Color HEX #2598BB Pelorous

📋 copy color: '#2598BB'

red 37 ◦ green 152 ◦ blue 187

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

Shades of Pelorous #2598BB

Tints of Pelorous #2598BB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.43%

 BLUE value IS 187 (73.44% from 255) = 49.73%

R = 9.84%
G = 40.43%
B = 49.73%

CMYK

 C value IS 0.80

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2598BB (or 0x2598BB) is known color: Pelorous. HEX triplet: 25, 98 and BB. RGB value is (37,152,187). Sum of RGB (Red+Green+Blue) = 37+152+187=376 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.84% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #2598BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2598BB is #DA6744. Grayscale: #797979. Windows color (decimal): -14313285 or 12294181. OLE color: 12294181.

HSL color Cylindrical-coordinate representation of color #2598BB: hue angle of 194º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2598BB is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 152 187 -
CMYK 0.80 0.19 0 0.27
HSL 194º 0.67% 0.44% -
HSV(B) 194º 0.8% 0.73% -
XYZ 20.96 26.44 51.01 -
YUV 121.61 164.9 67.65 -
System Red Green Blue C M Y K H S L
Decimal 37 152 187 0.80 0.19 0 0.27 194 0.67 0.44
Hex 25 98 BB 50 13 0 1B C2 43 2C
Octal 45 230 273 120 23 0 33 302 103 54
Binary 100101 10011000 10111011 1010000 10011 0 11011 11000010 1000011 101100

Color Harmonies of #2598BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2598BB

Black with #2598BB

Text Example


Text Example

White with #2598BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2598BB; }

 p { color: rgb(37,152,187); }

 H1.HeaderClassName
 {
   color: #2598BB;
 }
 .AnyTagClassName
 {
   color: #2598BB;
 }
</style>

background-color css

<style>
 a { background-color: #2598BB; }

 a { background-color: rgb(37,152,187); }

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

border-color css

<style>
 span { border-color: #2598BB; }

 span { border-color: rgb(37,152,187); }

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