Html Css Color HEX #1E70C1 Denim

📋 copy color: '#1E70C1'

red 30 ◦ green 112 ◦ blue 193

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

Shades of Denim #1E70C1

Tints of Denim #1E70C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 57.61%

R = 8.96%
G = 33.43%
B = 57.61%

CMYK

 C value IS 0.84

 M value IS 0.42

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1E70C1 (or 0x1E70C1) is known color: Denim. HEX triplet: 1E, 70 and C1. RGB value is (30,112,193). Sum of RGB (Red+Green+Blue) = 30+112+193=335 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.96% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 193 (75.78% from 255 or 57.61% from 335); Max value from RGB is 193 - color contains mainly: blue. Hex color #1E70C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E70C1 is #E18F3E. Grayscale: #606060. Windows color (decimal): -14782271 or 12677150. OLE color: 12677150.

HSL color Cylindrical-coordinate representation of color #1E70C1: hue angle of 209.82º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E70C1 is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 30 112 193 -
CMYK 0.84 0.42 0 0.24
HSL 209.82º 0.73% 0.44% -
HSV(B) 209.82º 0.84% 0.76% -
XYZ 15.96 15.71 52.64 -
YUV 96.72 182.33 80.41 -
System Red Green Blue C M Y K H S L
Decimal 30 112 193 0.84 0.42 0 0.24 209.82 0.73 0.44
Hex 1E 70 C1 54 2A 0 18 D2 49 2C
Octal 36 160 301 124 52 0 30 322 111 54
Binary 11110 1110000 11000001 1010100 101010 0 11000 11010010 1001001 101100

Color Harmonies of #1E70C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E70C1

Black with #1E70C1

Text Example


Text Example

White with #1E70C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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