Html Css Color HEX #1E96CD Pelorous

📋 copy color: '#1E96CD'

red 30 ◦ green 150 ◦ blue 205

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

Shades of Pelorous #1E96CD

Tints of Pelorous #1E96CD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.96%

 BLUE value IS 205 (80.47% from 255) = 53.25%

R = 7.79%
G = 38.96%
B = 53.25%

CMYK

 C value IS 0.85

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1E96CD (or 0x1E96CD) is known color: Pelorous. HEX triplet: 1E, 96 and CD. RGB value is (30,150,205). Sum of RGB (Red+Green+Blue) = 30+150+205=385 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.79% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #1E96CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E96CD is #E16932. Grayscale: #787878. Windows color (decimal): -14772531 or 13473310. OLE color: 13473310.

HSL color Cylindrical-coordinate representation of color #1E96CD: hue angle of 198.86º 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 #1E96CD is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 30 150 205 -
CMYK 0.85 0.27 0 0.20
HSL 198.86º 0.74% 0.46% -
HSV(B) 198.86º 0.85% 0.8% -
XYZ 22.46 26.5 61.69 -
YUV 120.39 175.74 63.53 -
System Red Green Blue C M Y K H S L
Decimal 30 150 205 0.85 0.27 0 0.20 198.86 0.74 0.46
Hex 1E 96 CD 55 1B 0 14 C7 4A 2E
Octal 36 226 315 125 33 0 24 307 112 56
Binary 11110 10010110 11001101 1010101 11011 0 10100 11000111 1001010 101110

Color Harmonies of #1E96CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E96CD

Black with #1E96CD

Text Example


Text Example

White with #1E96CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,150,205); }

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

background-color css

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

 a { background-color: rgb(30,150,205); }

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

border-color css

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

 span { border-color: rgb(30,150,205); }

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