#1E7BC8

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

Shades of Denim #1E7BC8

Tints of Denim #1E7BC8

Color information

#1E7BC8 (or 0x1E7BC8) is unknown color: approx Denim. HEX triplet: 1E, 7B and C8. RGB value is (30,123,200). Sum of RGB (Red+Green+Blue) = 30+123+200=353 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.50% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 200 (78.52% from 255 or 56.66% from 353); Max value from RGB is 200 - color contains mainly: blue. Hex color #1E7BC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E7BC8 is #E18437. Grayscale: #676767. Windows color (decimal): -14779448 or 13138718. OLE color: 13138718.

HSL color Cylindrical-coordinate representation of color #1E7BC8: hue angle of 207.18º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E7BC8 is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB30123200-
CMYK0.850.3800.22
HSL207.18º73.91%45.1%-
HSV(B)207.18º85%78.43%-
XYZ18.0418.6157.29-
YUV103.97182.1975.24-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.50%
GREEN value IS 123 (48.44% from 255) = 34.84%
BLUE value IS 200 (78.52% from 255) = 56.66%
R=8.50%
G=34.84%
B=56.66%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal301232000.850.3800.22207.1873.9145.1
Hex1E7BC85526016cf4a2d
Octal361733101254602631711255
Binary111101111011110010001010101100110010110110011111001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,123,200); }

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

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

 a { background-color: rgb(30,123,200); }

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

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

 span { border-color: rgb(30,123,200); }

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