#2498BE

Color #2498BE Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #2498BE

Tints of Pelorous #2498BE

Color information

#2498BE (or 0x2498BE) is unknown color: approx Pelorous. HEX triplet: 24, 98 and BE. RGB value is (36,152,190). Sum of RGB (Red+Green+Blue) = 36+152+190=378 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.52% from 378); Green value is 152 (59.77% from 255 or 40.21% 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 #2498BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2498BE is #DB6741. Grayscale: #797979. Windows color (decimal): -14378818 or 12490788. OLE color: 12490788.

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

Color convert

RGB36152190-
CMYK0.810.200.25
HSL194.81º68.14%44.31%-
HSV(B)194.81º81.05%74.51%-
XYZ21.2526.5552.72-
YUV121.65166.5766.91-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.52%
GREEN value IS 152 (59.77% from 255) = 40.21%
BLUE value IS 190 (74.61% from 255) = 50.26%
R=9.52%
G=40.21%
B=50.26%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal361521900.810.200.25194.8168.1444.31
Hex2498BE5114019c3442c
Octal442302761212403130310454
Binary1001001001100010111110101000110100011001110000111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2498BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2498BE;
 }
 .AnyTagClassName
 {
   color: #2498BE;
 }
</style>
background-color css

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

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

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

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

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

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