Html Css Color HEX #1880BE Pelorous

📋 copy color: '#1880BE'

red 24 ◦ green 128 ◦ blue 190

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

Shades of Pelorous #1880BE

Tints of Pelorous #1880BE

RGB

 RED value IS 24 (9.77% from 255) = 7.02%

 GREEN value IS 128 (50.39% from 255) = 37.43%

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

R = 7.02%
G = 37.43%
B = 55.56%

CMYK

 C value IS 0.87

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1880BE (or 0x1880BE) is known color: Pelorous. HEX triplet: 18, 80 and BE. RGB value is (24,128,190). Sum of RGB (Red+Green+Blue) = 24+128+190=342 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.02% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 190 (74.61% from 255 or 55.56% from 342); Max value from RGB is 190 - color contains mainly: blue. Hex color #1880BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1880BE is #E77F41. Grayscale: #676767. Windows color (decimal): -15171394 or 12484632. OLE color: 12484632.

HSL color Cylindrical-coordinate representation of color #1880BE: hue angle of 202.41º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1880BE is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 128 190 -
CMYK 0.87 0.33 0 0.25
HSL 202.41º 0.78% 0.42% -
HSV(B) 202.41º 0.87% 0.75% -
XYZ 17.39 19.35 51.53 -
YUV 103.97 176.54 70.96 -
System Red Green Blue C M Y K H S L
Decimal 24 128 190 0.87 0.33 0 0.25 202.41 0.78 0.42
Hex 18 80 BE 57 21 0 19 CA 4E 2A
Octal 30 200 276 127 41 0 31 312 116 52
Binary 11000 10000000 10111110 1010111 100001 0 11001 11001010 1001110 101010

Color Harmonies of #1880BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1880BE

Black with #1880BE

Text Example


Text Example

White with #1880BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,128,190); }

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

background-color css

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

 a { background-color: rgb(24,128,190); }

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

border-color css

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

 span { border-color: rgb(24,128,190); }

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