Html Css Color HEX #2490BB Pelorous

📋 copy color: '#2490BB'

red 36 ◦ green 144 ◦ blue 187

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

Shades of Pelorous #2490BB

Tints of Pelorous #2490BB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.24%

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

R = 9.81%
G = 39.24%
B = 50.95%

CMYK

 C value IS 0.81

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2490BB (or 0x2490BB) is known color: Pelorous. HEX triplet: 24, 90 and BB. RGB value is (36,144,187). Sum of RGB (Red+Green+Blue) = 36+144+187=367 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.81% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #2490BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2490BB is #DB6F44. Grayscale: #747474. Windows color (decimal): -14380869 or 12292132. OLE color: 12292132.

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

Color convert

RGB 36 144 187 -
CMYK 0.81 0.23 0 0.27
HSL 197.09º 0.68% 0.44% -
HSV(B) 197.09º 0.81% 0.73% -
XYZ 19.67 23.91 50.59 -
YUV 116.61 167.72 70.5 -
System Red Green Blue C M Y K H S L
Decimal 36 144 187 0.81 0.23 0 0.27 197.09 0.68 0.44
Hex 24 90 BB 51 17 0 1B C5 44 2C
Octal 44 220 273 121 27 0 33 305 104 54
Binary 100100 10010000 10111011 1010001 10111 0 11011 11000101 1000100 101100

Color Harmonies of #2490BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2490BB

Black with #2490BB

Text Example


Text Example

White with #2490BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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