Html Css Color HEX #1E7CC7 Denim

📋 copy color: '#1E7CC7'

red 30 ◦ green 124 ◦ blue 199

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

Shades of Denim #1E7CC7

Tints of Denim #1E7CC7

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.13%

 BLUE value IS 199 (78.13% from 255) = 56.37%

R = 8.5%
G = 35.13%
B = 56.37%

CMYK

 C value IS 0.85

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#1E7CC7 (or 0x1E7CC7) is known color: Denim. HEX triplet: 1E, 7C and C7. RGB value is (30,124,199). Sum of RGB (Red+Green+Blue) = 30+124+199=353 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.50% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 199 (78.12% from 255 or 56.37% from 353); Max value from RGB is 199 - color contains mainly: blue. Hex color #1E7CC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E7CC7 is #E18338. Grayscale: #686868. Windows color (decimal): -14779193 or 13073438. OLE color: 13073438.

HSL color Cylindrical-coordinate representation of color #1E7CC7: hue angle of 206.63º 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 #1E7CC7 is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 30 124 199 -
CMYK 0.85 0.38 0 0.22
HSL 206.63º 0.74% 0.45% -
HSV(B) 206.63º 0.85% 0.78% -
XYZ 18.05 18.81 56.71 -
YUV 104.44 181.36 74.9 -
System Red Green Blue C M Y K H S L
Decimal 30 124 199 0.85 0.38 0 0.22 206.63 0.74 0.45
Hex 1E 7C C7 55 26 0 16 CF 4A 2D
Octal 36 174 307 125 46 0 26 317 112 55
Binary 11110 1111100 11000111 1010101 100110 0 10110 11001111 1001010 101101

Color Harmonies of #1E7CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E7CC7

Black with #1E7CC7

Text Example


Text Example

White with #1E7CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,124,199); }

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

background-color css

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

 a { background-color: rgb(30,124,199); }

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

border-color css

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

 span { border-color: rgb(30,124,199); }

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