Html Css Color HEX #1E74CC Denim

📋 copy color: '#1E74CC'

red 30 ◦ green 116 ◦ blue 204

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

Shades of Denim #1E74CC

Tints of Denim #1E74CC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.14%

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

R = 8.57%
G = 33.14%
B = 58.29%

CMYK

 C value IS 0.85

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1E74CC (or 0x1E74CC) is known color: Denim. HEX triplet: 1E, 74 and CC. RGB value is (30,116,204). Sum of RGB (Red+Green+Blue) = 30+116+204=350 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.57% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #1E74CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E74CC is #E18B33. Grayscale: #636363. Windows color (decimal): -14781236 or 13399070. OLE color: 13399070.

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

Color convert

RGB 30 116 204 -
CMYK 0.85 0.43 0 0.2
HSL 210.34º 0.74% 0.46% -
HSV(B) 210.34º 0.85% 0.8% -
XYZ 17.68 17.13 59.5 -
YUV 100.32 186.51 77.84 -
System Red Green Blue C M Y K H S L
Decimal 30 116 204 0.85 0.43 0 0.2 210.34 0.74 0.46
Hex 1E 74 CC 55 2B 0 14 D2 4A 2E
Octal 36 164 314 125 53 0 24 322 112 56
Binary 11110 1110100 11001100 1010101 101011 0 10100 11010010 1001010 101110

Color Harmonies of #1E74CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E74CC

Black with #1E74CC

Text Example


Text Example

White with #1E74CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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