Html Css Color HEX #2489BC Pelorous

📋 copy color: '#2489BC'

red 36 ◦ green 137 ◦ blue 188

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

Shades of Pelorous #2489BC

Tints of Pelorous #2489BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.08%

R = 9.97%
G = 37.95%
B = 52.08%

CMYK

 C value IS 0.81

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2489BC (or 0x2489BC) is known color: Pelorous. HEX triplet: 24, 89 and BC. RGB value is (36,137,188). Sum of RGB (Red+Green+Blue) = 36+137+188=361 (47% of max value = 765). Red value is 36 (14.45% from 255 or 9.97% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #2489BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2489BC is #DB7643. Grayscale: #707070. Windows color (decimal): -14382660 or 12355876. OLE color: 12355876.

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

Color convert

RGB 36 137 188 -
CMYK 0.81 0.27 0 0.26
HSL 200.13º 0.68% 0.44% -
HSV(B) 200.13º 0.81% 0.74% -
XYZ 18.75 21.9 50.82 -
YUV 112.62 170.54 73.35 -
System Red Green Blue C M Y K H S L
Decimal 36 137 188 0.81 0.27 0 0.26 200.13 0.68 0.44
Hex 24 89 BC 51 1B 0 1A C8 44 2C
Octal 44 211 274 121 33 0 32 310 104 54
Binary 100100 10001001 10111100 1010001 11011 0 11010 11001000 1000100 101100

Color Harmonies of #2489BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2489BC

Black with #2489BC

Text Example


Text Example

White with #2489BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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