Html Css Color HEX #2498BA Pelorous

📋 copy color: '#2498BA'

red 36 ◦ green 152 ◦ blue 186

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

Shades of Pelorous #2498BA

Tints of Pelorous #2498BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.73%

R = 9.63%
G = 40.64%
B = 49.73%

CMYK

 C value IS 0.81

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2498BA (or 0x2498BA) is known color: Pelorous. HEX triplet: 24, 98 and BA. RGB value is (36,152,186). Sum of RGB (Red+Green+Blue) = 36+152+186=374 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.63% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #2498BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2498BA is #DB6745. Grayscale: #787878. Windows color (decimal): -14378822 or 12228644. OLE color: 12228644.

HSL color Cylindrical-coordinate representation of color #2498BA: hue angle of 193.6º 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 #2498BA is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 36 152 186 -
CMYK 0.81 0.18 0 0.27
HSL 193.6º 0.68% 0.44% -
HSV(B) 193.6º 0.81% 0.73% -
XYZ 20.82 26.38 50.45 -
YUV 121.19 164.57 67.24 -
System Red Green Blue C M Y K H S L
Decimal 36 152 186 0.81 0.18 0 0.27 193.6 0.68 0.44
Hex 24 98 BA 51 12 0 1B C2 44 2C
Octal 44 230 272 121 22 0 33 302 104 54
Binary 100100 10011000 10111010 1010001 10010 0 11011 11000010 1000100 101100

Color Harmonies of #2498BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2498BA

Black with #2498BA

Text Example


Text Example

White with #2498BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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