#1E70BD

Color #1E70BD Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #1E70BD

Tints of Denim #1E70BD

Color information

#1E70BD (or 0x1E70BD) is unknown color: approx Denim. HEX triplet: 1E, 70 and BD. RGB value is (30,112,189). Sum of RGB (Red+Green+Blue) = 30+112+189=331 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.06% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #1E70BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E70BD is #E18F42. Grayscale: #5F5F5F. Windows color (decimal): -14782275 or 12415006. OLE color: 12415006.

HSL color Cylindrical-coordinate representation of color #1E70BD: hue angle of 209.06º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E70BD is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB30112189-
CMYK0.840.4100.26
HSL209.06º72.6%42.94%-
HSV(B)209.06º84.13%74.12%-
XYZ15.5115.5450.33-
YUV96.26180.3380.74-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.06%
GREEN value IS 112 (44.14% from 255) = 33.84%
BLUE value IS 189 (74.22% from 255) = 57.10%
R=9.06%
G=33.84%
B=57.10%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal301121890.840.4100.26209.0672.642.94
Hex1E70BD542901Ad1492b
Octal361602751245103232111153
Binary111101110000101111011010100101001011010110100011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E70BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E70BD;
 }
 .AnyTagClassName
 {
   color: #1E70BD;
 }
</style>
background-color css

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

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

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

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

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

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