Html Css Color HEX #1E8ECC Pelorous

📋 copy color: '#1E8ECC'

red 30 ◦ green 142 ◦ blue 204

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

Shades of Pelorous #1E8ECC

Tints of Pelorous #1E8ECC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.77%

 BLUE value IS 204 (80.08% from 255) = 54.26%

R = 7.98%
G = 37.77%
B = 54.26%

CMYK

 C value IS 0.85

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1E8ECC (or 0x1E8ECC) is known color: Pelorous. HEX triplet: 1E, 8E and CC. RGB value is (30,142,204). Sum of RGB (Red+Green+Blue) = 30+142+204=376 (49% of max value = 765). Red value is 30 (12.11% from 255 or 7.98% from 376); Green value is 142 (55.86% from 255 or 37.77% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #1E8ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E8ECC is #E17133. Grayscale: #737373. Windows color (decimal): -14774580 or 13405726. OLE color: 13405726.

HSL color Cylindrical-coordinate representation of color #1E8ECC: hue angle of 201.38º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E8ECC is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 30 142 204 -
CMYK 0.85 0.30 0 0.2
HSL 201.38º 0.74% 0.46% -
HSV(B) 201.38º 0.85% 0.8% -
XYZ 21.11 23.98 60.64 -
YUV 115.58 177.89 66.96 -
System Red Green Blue C M Y K H S L
Decimal 30 142 204 0.85 0.30 0 0.2 201.38 0.74 0.46
Hex 1E 8E CC 55 1E 0 14 C9 4A 2E
Octal 36 216 314 125 36 0 24 311 112 56
Binary 11110 10001110 11001100 1010101 11110 0 10100 11001001 1001010 101110

Color Harmonies of #1E8ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E8ECC

Black with #1E8ECC

Text Example


Text Example

White with #1E8ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,142,204); }

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

background-color css

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

 a { background-color: rgb(30,142,204); }

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

border-color css

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

 span { border-color: rgb(30,142,204); }

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