Html Css Color HEX #1E60DA Denim

📋 copy color: '#1E60DA'

red 30 ◦ green 96 ◦ blue 218

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

Shades of Denim #1E60DA

Tints of Denim #1E60DA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.91%

 BLUE value IS 218 (85.55% from 255) = 63.37%

R = 8.72%
G = 27.91%
B = 63.37%

CMYK

 C value IS 0.86

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1E60DA (or 0x1E60DA) is known color: Denim. HEX triplet: 1E, 60 and DA. RGB value is (30,96,218). Sum of RGB (Red+Green+Blue) = 30+96+218=344 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.72% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 218 (85.55% from 255 or 63.37% from 344); Max value from RGB is 218 - color contains mainly: blue. Hex color #1E60DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E60DA is #E19F25. Grayscale: #595959. Windows color (decimal): -14786342 or 14311454. OLE color: 14311454.

HSL color Cylindrical-coordinate representation of color #1E60DA: hue angle of 218.94º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E60DA is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 30 96 218 -
CMYK 0.86 0.56 0 0.15
HSL 218.94º 0.76% 0.49% -
HSV(B) 218.94º 0.86% 0.85% -
XYZ 17.37 13.7 68.06 -
YUV 90.17 200.13 85.08 -
System Red Green Blue C M Y K H S L
Decimal 30 96 218 0.86 0.56 0 0.15 218.94 0.76 0.49
Hex 1E 60 DA 56 38 0 F DB 4C 31
Octal 36 140 332 126 70 0 17 333 114 61
Binary 11110 1100000 11011010 1010110 111000 0 1111 11011011 1001100 110001

Color Harmonies of #1E60DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E60DA

Black with #1E60DA

Text Example


Text Example

White with #1E60DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,96,218); }

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

background-color css

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

 a { background-color: rgb(30,96,218); }

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

border-color css

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

 span { border-color: rgb(30,96,218); }

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