Html Css Color HEX #1E5CCA Denim

📋 copy color: '#1E5CCA'

red 30 ◦ green 92 ◦ blue 202

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

Shades of Denim #1E5CCA

Tints of Denim #1E5CCA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.4%

 BLUE value IS 202 (79.3% from 255) = 62.35%

R = 9.26%
G = 28.4%
B = 62.35%

CMYK

 C value IS 0.85

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1E5CCA (or 0x1E5CCA) is known color: Denim. HEX triplet: 1E, 5C and CA. RGB value is (30,92,202). Sum of RGB (Red+Green+Blue) = 30+92+202=324 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.26% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 202 (79.30% from 255 or 62.35% from 324); Max value from RGB is 202 - color contains mainly: blue. Hex color #1E5CCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5CCA is #E1A335. Grayscale: #555555. Windows color (decimal): -14787382 or 13261854. OLE color: 13261854.

HSL color Cylindrical-coordinate representation of color #1E5CCA: hue angle of 218.37º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E5CCA is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 30 92 202 -
CMYK 0.85 0.54 0 0.21
HSL 218.37º 0.74% 0.45% -
HSV(B) 218.37º 0.85% 0.79% -
XYZ 15.02 12.19 57.44 -
YUV 86 193.46 88.06 -
System Red Green Blue C M Y K H S L
Decimal 30 92 202 0.85 0.54 0 0.21 218.37 0.74 0.45
Hex 1E 5C CA 55 36 0 15 DA 4A 2D
Octal 36 134 312 125 66 0 25 332 112 55
Binary 11110 1011100 11001010 1010101 110110 0 10101 11011010 1001010 101101

Color Harmonies of #1E5CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5CCA

Black with #1E5CCA

Text Example


Text Example

White with #1E5CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,92,202); }

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

background-color css

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

 a { background-color: rgb(30,92,202); }

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

border-color css

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

 span { border-color: rgb(30,92,202); }

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