Html Css Color HEX #1880BF Pelorous

📋 copy color: '#1880BF'

red 24 ◦ green 128 ◦ blue 191

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

Shades of Pelorous #1880BF

Tints of Pelorous #1880BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 55.69%

R = 7%
G = 37.32%
B = 55.69%

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

#1880BF (or 0x1880BF) is known color: Pelorous. HEX triplet: 18, 80 and BF. RGB value is (24,128,191). Sum of RGB (Red+Green+Blue) = 24+128+191=343 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.00% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 191 (75% from 255 or 55.69% from 343); Max value from RGB is 191 - color contains mainly: blue. Hex color #1880BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1880BF is #E77F40. Grayscale: #676767. Windows color (decimal): -15171393 or 12550168. OLE color: 12550168.

HSL color Cylindrical-coordinate representation of color #1880BF: hue angle of 202.63º 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 #1880BF is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 128 191 -
CMYK 0.87 0.33 0 0.25
HSL 202.63º 0.78% 0.42% -
HSV(B) 202.63º 0.87% 0.75% -
XYZ 17.5 19.39 52.11 -
YUV 104.09 177.04 70.88 -
System Red Green Blue C M Y K H S L
Decimal 24 128 191 0.87 0.33 0 0.25 202.63 0.78 0.42
Hex 18 80 BF 57 21 0 19 CB 4E 2A
Octal 30 200 277 127 41 0 31 313 116 52
Binary 11000 10000000 10111111 1010111 100001 0 11001 11001011 1001110 101010

Color Harmonies of #1880BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1880BF

Black with #1880BF

Text Example


Text Example

White with #1880BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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