Html Css Color HEX #1E93CF Pelorous

📋 copy color: '#1E93CF'

red 30 ◦ green 147 ◦ blue 207

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

Shades of Pelorous #1E93CF

Tints of Pelorous #1E93CF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.28%

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

R = 7.81%
G = 38.28%
B = 53.91%

CMYK

 C value IS 0.86

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1E93CF (or 0x1E93CF) is known color: Pelorous. HEX triplet: 1E, 93 and CF. RGB value is (30,147,207). Sum of RGB (Red+Green+Blue) = 30+147+207=384 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.81% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #1E93CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E93CF is #E16C30. Grayscale: #767676. Windows color (decimal): -14773297 or 13603614. OLE color: 13603614.

HSL color Cylindrical-coordinate representation of color #1E93CF: hue angle of 200.34º 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 #1E93CF is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 30 147 207 -
CMYK 0.86 0.29 0 0.19
HSL 200.34º 0.75% 0.46% -
HSV(B) 200.34º 0.86% 0.81% -
XYZ 22.23 25.65 62.81 -
YUV 118.86 177.74 64.62 -
System Red Green Blue C M Y K H S L
Decimal 30 147 207 0.86 0.29 0 0.19 200.34 0.75 0.46
Hex 1E 93 CF 56 1D 0 13 C8 4B 2E
Octal 36 223 317 126 35 0 23 310 113 56
Binary 11110 10010011 11001111 1010110 11101 0 10011 11001000 1001011 101110

Color Harmonies of #1E93CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E93CF

Black with #1E93CF

Text Example


Text Example

White with #1E93CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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