Html Css Color HEX #1E96CF Pelorous

📋 copy color: '#1E96CF'

red 30 ◦ green 150 ◦ blue 207

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

Shades of Pelorous #1E96CF

Tints of Pelorous #1E96CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.49%

R = 7.75%
G = 38.76%
B = 53.49%

CMYK

 C value IS 0.86

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1E96CF (or 0x1E96CF) is known color: Pelorous. HEX triplet: 1E, 96 and CF. RGB value is (30,150,207). Sum of RGB (Red+Green+Blue) = 30+150+207=387 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.75% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #1E96CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E96CF is #E16930. Grayscale: #787878. Windows color (decimal): -14772529 or 13604382. OLE color: 13604382.

HSL color Cylindrical-coordinate representation of color #1E96CF: hue angle of 199.32º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E96CF is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 30 150 207 -
CMYK 0.86 0.28 0 0.19
HSL 199.32º 0.75% 0.46% -
HSV(B) 199.32º 0.86% 0.81% -
XYZ 22.7 26.59 62.97 -
YUV 120.62 176.74 63.37 -
System Red Green Blue C M Y K H S L
Decimal 30 150 207 0.86 0.28 0 0.19 199.32 0.75 0.46
Hex 1E 96 CF 56 1C 0 13 C7 4B 2E
Octal 36 226 317 126 34 0 23 307 113 56
Binary 11110 10010110 11001111 1010110 11100 0 10011 11000111 1001011 101110

Color Harmonies of #1E96CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E96CF

Black with #1E96CF

Text Example


Text Example

White with #1E96CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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