Html Css Color HEX #1E77CB Denim

📋 copy color: '#1E77CB'

red 30 ◦ green 119 ◦ blue 203

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

Shades of Denim #1E77CB

Tints of Denim #1E77CB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.81%

 BLUE value IS 203 (79.69% from 255) = 57.67%

R = 8.52%
G = 33.81%
B = 57.67%

CMYK

 C value IS 0.85

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1E77CB (or 0x1E77CB) is known color: Denim. HEX triplet: 1E, 77 and CB. RGB value is (30,119,203). Sum of RGB (Red+Green+Blue) = 30+119+203=352 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.52% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #1E77CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E77CB is #E18834. Grayscale: #656565. Windows color (decimal): -14780469 or 13334302. OLE color: 13334302.

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

Color convert

RGB 30 119 203 -
CMYK 0.85 0.41 0 0.20
HSL 209.13º 0.74% 0.46% -
HSV(B) 209.13º 0.85% 0.8% -
XYZ 17.91 17.78 58.99 -
YUV 101.97 185.01 76.67 -
System Red Green Blue C M Y K H S L
Decimal 30 119 203 0.85 0.41 0 0.20 209.13 0.74 0.46
Hex 1E 77 CB 55 29 0 14 D1 4A 2E
Octal 36 167 313 125 51 0 24 321 112 56
Binary 11110 1110111 11001011 1010101 101001 0 10100 11010001 1001010 101110

Color Harmonies of #1E77CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E77CB

Black with #1E77CB

Text Example


Text Example

White with #1E77CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,119,203); }

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

background-color css

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

 a { background-color: rgb(30,119,203); }

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

border-color css

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

 span { border-color: rgb(30,119,203); }

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