Html Css Color HEX #1E7ACE Denim

📋 copy color: '#1E7ACE'

red 30 ◦ green 122 ◦ blue 206

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

Shades of Denim #1E7ACE

Tints of Denim #1E7ACE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.08%

 BLUE value IS 206 (80.86% from 255) = 57.54%

R = 8.38%
G = 34.08%
B = 57.54%

CMYK

 C value IS 0.85

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1E7ACE (or 0x1E7ACE) is known color: Denim. HEX triplet: 1E, 7A and CE. RGB value is (30,122,206). Sum of RGB (Red+Green+Blue) = 30+122+206=358 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.38% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E7ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E7ACE is #E18531. Grayscale: #676767. Windows color (decimal): -14779698 or 13531678. OLE color: 13531678.

HSL color Cylindrical-coordinate representation of color #1E7ACE: hue angle of 208.64º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E7ACE is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 30 122 206 -
CMYK 0.85 0.41 0 0.19
HSL 208.64º 0.75% 0.46% -
HSV(B) 208.64º 0.85% 0.81% -
XYZ 18.64 18.65 61.01 -
YUV 104.07 185.52 75.17 -
System Red Green Blue C M Y K H S L
Decimal 30 122 206 0.85 0.41 0 0.19 208.64 0.75 0.46
Hex 1E 7A CE 55 29 0 13 D1 4B 2E
Octal 36 172 316 125 51 0 23 321 113 56
Binary 11110 1111010 11001110 1010101 101001 0 10011 11010001 1001011 101110

Color Harmonies of #1E7ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E7ACE

Black with #1E7ACE

Text Example


Text Example

White with #1E7ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,122,206); }

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

background-color css

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

 a { background-color: rgb(30,122,206); }

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

border-color css

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

 span { border-color: rgb(30,122,206); }

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