Html Css Color HEX #1E15EF Blue

📋 copy color: '#1E15EF'

red 30 ◦ green 21 ◦ blue 239

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

Shades of Blue #1E15EF

Tints of Blue #1E15EF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.24%

 BLUE value IS 239 (93.75% from 255) = 82.41%

R = 10.34%
G = 7.24%
B = 82.41%

CMYK

 C value IS 0.87

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1E15EF (or 0x1E15EF) is known color: Blue. HEX triplet: 1E, 15 and EF. RGB value is (30,21,239). Sum of RGB (Red+Green+Blue) = 30+21+239=290 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.34% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 239 (93.75% from 255 or 82.41% from 290); Max value from RGB is 239 - color contains mainly: blue. Hex color #1E15EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1E15EF is #E1EA10. Grayscale: #2F2F2F. Windows color (decimal): -14805521 or 15668510. OLE color: 15668510.

HSL color Cylindrical-coordinate representation of color #1E15EF: hue angle of 242.48º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1E15EF is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 30 21 239 -
CMYK 0.87 0.91 0 0.06
HSL 242.48º 0.87% 0.51% -
HSV(B) 242.48º 0.91% 0.94% -
XYZ 16.38 7.04 82.16 -
YUV 48.54 235.48 114.77 -
System Red Green Blue C M Y K H S L
Decimal 30 21 239 0.87 0.91 0 0.06 242.48 0.87 0.51
Hex 1E 15 EF 57 5B 0 6 F2 57 33
Octal 36 25 357 127 133 0 6 362 127 63
Binary 11110 10101 11101111 1010111 1011011 0 110 11110010 1010111 110011

Color Harmonies of #1E15EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E15EF

Black with #1E15EF

Text Example


Text Example

White with #1E15EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,21,239); }

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

background-color css

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

 a { background-color: rgb(30,21,239); }

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

border-color css

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

 span { border-color: rgb(30,21,239); }

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