Html Css Color HEX #1E73CC Denim

📋 copy color: '#1E73CC'

red 30 ◦ green 115 ◦ blue 204

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

Shades of Denim #1E73CC

Tints of Denim #1E73CC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.95%

 BLUE value IS 204 (80.08% from 255) = 58.45%

R = 8.6%
G = 32.95%
B = 58.45%

CMYK

 C value IS 0.85

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1E73CC (or 0x1E73CC) is known color: Denim. HEX triplet: 1E, 73 and CC. RGB value is (30,115,204). Sum of RGB (Red+Green+Blue) = 30+115+204=349 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.60% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 204 (80.08% from 255 or 58.45% from 349); Max value from RGB is 204 - color contains mainly: blue. Hex color #1E73CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E73CC is #E18C33. Grayscale: #636363. Windows color (decimal): -14781492 or 13398814. OLE color: 13398814.

HSL color Cylindrical-coordinate representation of color #1E73CC: hue angle of 210.69º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E73CC is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 30 115 204 -
CMYK 0.85 0.44 0 0.2
HSL 210.69º 0.74% 0.46% -
HSV(B) 210.69º 0.85% 0.8% -
XYZ 17.57 16.9 59.46 -
YUV 99.73 186.84 78.26 -
System Red Green Blue C M Y K H S L
Decimal 30 115 204 0.85 0.44 0 0.2 210.69 0.74 0.46
Hex 1E 73 CC 55 2C 0 14 D3 4A 2E
Octal 36 163 314 125 54 0 24 323 112 56
Binary 11110 1110011 11001100 1010101 101100 0 10100 11010011 1001010 101110

Color Harmonies of #1E73CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E73CC

Black with #1E73CC

Text Example


Text Example

White with #1E73CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,115,204); }

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

background-color css

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

 a { background-color: rgb(30,115,204); }

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

border-color css

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

 span { border-color: rgb(30,115,204); }

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