Html Css Color HEX #2489BE Pelorous

📋 copy color: '#2489BE'

red 36 ◦ green 137 ◦ blue 190

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

Shades of Pelorous #2489BE

Tints of Pelorous #2489BE

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.74%

 BLUE value IS 190 (74.61% from 255) = 52.34%

R = 9.92%
G = 37.74%
B = 52.34%

CMYK

 C value IS 0.81

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2489BE (or 0x2489BE) is known color: Pelorous. HEX triplet: 24, 89 and BE. RGB value is (36,137,190). Sum of RGB (Red+Green+Blue) = 36+137+190=363 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.92% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #2489BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2489BE is #DB7641. Grayscale: #707070. Windows color (decimal): -14382658 or 12486948. OLE color: 12486948.

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

Color convert

RGB 36 137 190 -
CMYK 0.81 0.28 0 0.25
HSL 200.65º 0.68% 0.44% -
HSV(B) 200.65º 0.81% 0.75% -
XYZ 18.97 21.98 51.96 -
YUV 112.84 171.54 73.19 -
System Red Green Blue C M Y K H S L
Decimal 36 137 190 0.81 0.28 0 0.25 200.65 0.68 0.44
Hex 24 89 BE 51 1C 0 19 C9 44 2C
Octal 44 211 276 121 34 0 31 311 104 54
Binary 100100 10001001 10111110 1010001 11100 0 11001 11001001 1000100 101100

Color Harmonies of #2489BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2489BE

Black with #2489BE

Text Example


Text Example

White with #2489BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2489BE;
 }
 .AnyTagClassName
 {
   color: #2489BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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