Html Css Color HEX #1E88BE Pelorous

📋 copy color: '#1E88BE'

red 30 ◦ green 136 ◦ blue 190

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

Shades of Pelorous #1E88BE

Tints of Pelorous #1E88BE

RGB

 RED value IS 30 (12.11% from 255) = 8.43%

 GREEN value IS 136 (53.52% from 255) = 38.2%

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

R = 8.43%
G = 38.2%
B = 53.37%

CMYK

 C value IS 0.84

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1E88BE (or 0x1E88BE) is known color: Pelorous. HEX triplet: 1E, 88 and BE. RGB value is (30,136,190). Sum of RGB (Red+Green+Blue) = 30+136+190=356 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.43% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 190 (74.61% from 255 or 53.37% from 356); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E88BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E88BE is #E17741. Grayscale: #6E6E6E. Windows color (decimal): -14776130 or 12486686. OLE color: 12486686.

HSL color Cylindrical-coordinate representation of color #1E88BE: hue angle of 200.25º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E88BE is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 30 136 190 -
CMYK 0.84 0.28 0 0.25
HSL 200.25º 0.73% 0.43% -
HSV(B) 200.25º 0.84% 0.75% -
XYZ 18.63 21.6 51.9 -
YUV 110.46 172.88 70.61 -
System Red Green Blue C M Y K H S L
Decimal 30 136 190 0.84 0.28 0 0.25 200.25 0.73 0.43
Hex 1E 88 BE 54 1C 0 19 C8 49 2B
Octal 36 210 276 124 34 0 31 310 111 53
Binary 11110 10001000 10111110 1010100 11100 0 11001 11001000 1001001 101011

Color Harmonies of #1E88BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E88BE

Black with #1E88BE

Text Example


Text Example

White with #1E88BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E88BE; }

 p { color: rgb(30,136,190); }

 H1.HeaderClassName
 {
   color: #1E88BE;
 }
 .AnyTagClassName
 {
   color: #1E88BE;
 }
</style>

background-color css

<style>
 a { background-color: #1E88BE; }

 a { background-color: rgb(30,136,190); }

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

border-color css

<style>
 span { border-color: #1E88BE; }

 span { border-color: rgb(30,136,190); }

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