#2498BD

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

Shades of Pelorous #2498BD

Tints of Pelorous #2498BD

Color information

#2498BD (or 0x2498BD) is unknown color: approx Pelorous. HEX triplet: 24, 98 and BD. RGB value is (36,152,189). Sum of RGB (Red+Green+Blue) = 36+152+189=377 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.55% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #2498BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2498BD is #DB6742. Grayscale: #797979. Windows color (decimal): -14378819 or 12425252. OLE color: 12425252.

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

Color convert

RGB36152189-
CMYK0.810.2000.26
HSL194.51º68%44.12%-
HSV(B)194.51º80.95%74.12%-
XYZ21.1426.5152.15-
YUV121.53166.0766.99-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.55%
GREEN value IS 152 (59.77% from 255) = 40.32%
BLUE value IS 189 (74.22% from 255) = 50.13%
R=9.55%
G=40.32%
B=50.13%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal361521890.810.2000.26194.516844.12
Hex2498BD511401Ac3442c
Octal442302751212403230310454
Binary1001001001100010111101101000110100011010110000111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2498BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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