Html Css Color HEX #1E61CC Denim

📋 copy color: '#1E61CC'

red 30 ◦ green 97 ◦ blue 204

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

Shades of Denim #1E61CC

Tints of Denim #1E61CC

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.31%

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

R = 9.06%
G = 29.31%
B = 61.63%

CMYK

 C value IS 0.85

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1E61CC (or 0x1E61CC) is known color: Denim. HEX triplet: 1E, 61 and CC. RGB value is (30,97,204). Sum of RGB (Red+Green+Blue) = 30+97+204=331 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.06% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 204 (80.08% from 255 or 61.63% from 331); Max value from RGB is 204 - color contains mainly: blue. Hex color #1E61CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E61CC is #E19E33. Grayscale: #585858. Windows color (decimal): -14786100 or 13394206. OLE color: 13394206.

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

Color convert

RGB 30 97 204 -
CMYK 0.85 0.52 0 0.2
HSL 216.9º 0.74% 0.46% -
HSV(B) 216.9º 0.85% 0.8% -
XYZ 15.71 13.19 58.84 -
YUV 89.17 192.8 85.8 -
System Red Green Blue C M Y K H S L
Decimal 30 97 204 0.85 0.52 0 0.2 216.9 0.74 0.46
Hex 1E 61 CC 55 34 0 14 D9 4A 2E
Octal 36 141 314 125 64 0 24 331 112 56
Binary 11110 1100001 11001100 1010101 110100 0 10100 11011001 1001010 101110

Color Harmonies of #1E61CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E61CC

Black with #1E61CC

Text Example


Text Example

White with #1E61CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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