Html Css Color HEX #2498BB Pelorous

📋 copy color: '#2498BB'

red 36 ◦ green 152 ◦ blue 187

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

Shades of Pelorous #2498BB

Tints of Pelorous #2498BB

RGB

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

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

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

R = 9.6%
G = 40.53%
B = 49.87%

CMYK

 C value IS 0.81

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2498BB (or 0x2498BB) is known color: Pelorous. HEX triplet: 24, 98 and BB. RGB value is (36,152,187). Sum of RGB (Red+Green+Blue) = 36+152+187=375 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.6% from 375); Green value is 152 (59.77% from 255 or 40.53% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #2498BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2498BB is #DB6744. Grayscale: #797979. Windows color (decimal): -14378821 or 12294180. OLE color: 12294180.

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

Color convert

RGB 36 152 187 -
CMYK 0.81 0.19 0 0.27
HSL 193.91º 0.68% 0.44% -
HSV(B) 193.91º 0.81% 0.73% -
XYZ 20.93 26.42 51.01 -
YUV 121.31 165.07 67.15 -
System Red Green Blue C M Y K H S L
Decimal 36 152 187 0.81 0.19 0 0.27 193.91 0.68 0.44
Hex 24 98 BB 51 13 0 1B C2 44 2C
Octal 44 230 273 121 23 0 33 302 104 54
Binary 100100 10011000 10111011 1010001 10011 0 11011 11000010 1000100 101100

Color Harmonies of #2498BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2498BB

Black with #2498BB

Text Example


Text Example

White with #2498BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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