Html Css Color HEX #1E70DB Denim

📋 copy color: '#1E70DB'

red 30 ◦ green 112 ◦ blue 219

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

Shades of Denim #1E70DB

Tints of Denim #1E70DB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.02%

 BLUE value IS 219 (85.94% from 255) = 60.66%

R = 8.31%
G = 31.02%
B = 60.66%

CMYK

 C value IS 0.86

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1E70DB (or 0x1E70DB) is known color: Denim. HEX triplet: 1E, 70 and DB. RGB value is (30,112,219). Sum of RGB (Red+Green+Blue) = 30+112+219=361 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.31% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #1E70DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E70DB is #E18F24. Grayscale: #636363. Windows color (decimal): -14782245 or 14381086. OLE color: 14381086.

HSL color Cylindrical-coordinate representation of color #1E70DB: hue angle of 213.97º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E70DB is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 30 112 219 -
CMYK 0.86 0.49 0 0.14
HSL 213.97º 0.76% 0.49% -
HSV(B) 213.97º 0.86% 0.86% -
XYZ 19.12 16.98 69.29 -
YUV 99.68 195.33 78.3 -
System Red Green Blue C M Y K H S L
Decimal 30 112 219 0.86 0.49 0 0.14 213.97 0.76 0.49
Hex 1E 70 DB 56 31 0 E D6 4C 31
Octal 36 160 333 126 61 0 16 326 114 61
Binary 11110 1110000 11011011 1010110 110001 0 1110 11010110 1001100 110001

Color Harmonies of #1E70DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E70DB

Black with #1E70DB

Text Example


Text Example

White with #1E70DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,112,219); }

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

background-color css

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

 a { background-color: rgb(30,112,219); }

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

border-color css

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

 span { border-color: rgb(30,112,219); }

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