Html Css Color HEX #1E8CBB Pelorous

📋 copy color: '#1E8CBB'

red 30 ◦ green 140 ◦ blue 187

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

Shades of Pelorous #1E8CBB

Tints of Pelorous #1E8CBB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.22%

 BLUE value IS 187 (73.44% from 255) = 52.38%

R = 8.4%
G = 39.22%
B = 52.38%

CMYK

 C value IS 0.84

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1E8CBB (or 0x1E8CBB) is known color: Pelorous. HEX triplet: 1E, 8C and BB. RGB value is (30,140,187). Sum of RGB (Red+Green+Blue) = 30+140+187=357 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.40% from 357); Green value is 140 (55.08% from 255 or 39.22% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #1E8CBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E8CBB is #E17344. Grayscale: #707070. Windows color (decimal): -14775109 or 12291102. OLE color: 12291102.

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

Color convert

RGB 30 140 187 -
CMYK 0.84 0.25 0 0.27
HSL 197.96º 0.72% 0.43% -
HSV(B) 197.96º 0.84% 0.73% -
XYZ 18.88 22.62 50.38 -
YUV 112.47 170.06 69.18 -
System Red Green Blue C M Y K H S L
Decimal 30 140 187 0.84 0.25 0 0.27 197.96 0.72 0.43
Hex 1E 8C BB 54 19 0 1B C6 48 2B
Octal 36 214 273 124 31 0 33 306 110 53
Binary 11110 10001100 10111011 1010100 11001 0 11011 11000110 1001000 101011

Color Harmonies of #1E8CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E8CBB

Black with #1E8CBB

Text Example


Text Example

White with #1E8CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,140,187); }

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

background-color css

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

 a { background-color: rgb(30,140,187); }

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

border-color css

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

 span { border-color: rgb(30,140,187); }

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