Html Css Color HEX #1E8DAD Pelorous

📋 copy color: '#1E8DAD'

red 30 ◦ green 141 ◦ blue 173

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

Shades of Pelorous #1E8DAD

Tints of Pelorous #1E8DAD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.99%

 BLUE value IS 173 (67.97% from 255) = 50.29%

R = 8.72%
G = 40.99%
B = 50.29%

CMYK

 C value IS 0.83

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1E8DAD (or 0x1E8DAD) is known color: Pelorous. HEX triplet: 1E, 8D and AD. RGB value is (30,141,173). Sum of RGB (Red+Green+Blue) = 30+141+173=344 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.72% from 344); Green value is 141 (55.47% from 255 or 40.99% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #1E8DAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8DAD is #E17252. Grayscale: #6F6F6F. Windows color (decimal): -14774867 or 11373854. OLE color: 11373854.

HSL color Cylindrical-coordinate representation of color #1E8DAD: hue angle of 193.43º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E8DAD is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 30 141 173 -
CMYK 0.83 0.18 0 0.32
HSL 193.43º 0.7% 0.4% -
HSV(B) 193.43º 0.83% 0.68% -
XYZ 17.6 22.34 42.92 -
YUV 111.46 162.73 69.9 -
System Red Green Blue C M Y K H S L
Decimal 30 141 173 0.83 0.18 0 0.32 193.43 0.7 0.4
Hex 1E 8D AD 53 12 0 20 C1 46 28
Octal 36 215 255 123 22 0 40 301 106 50
Binary 11110 10001101 10101101 1010011 10010 0 100000 11000001 1000110 101000

Color Harmonies of #1E8DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E8DAD

Black with #1E8DAD

Text Example


Text Example

White with #1E8DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,141,173); }

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

background-color css

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

 a { background-color: rgb(30,141,173); }

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

border-color css

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

 span { border-color: rgb(30,141,173); }

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