Html Css Color HEX #1E72CE Denim

📋 copy color: '#1E72CE'

red 30 ◦ green 114 ◦ blue 206

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

Shades of Denim #1E72CE

Tints of Denim #1E72CE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.57%

 BLUE value IS 206 (80.86% from 255) = 58.86%

R = 8.57%
G = 32.57%
B = 58.86%

CMYK

 C value IS 0.85

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1E72CE (or 0x1E72CE) is known color: Denim. HEX triplet: 1E, 72 and CE. RGB value is (30,114,206). Sum of RGB (Red+Green+Blue) = 30+114+206=350 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.57% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E72CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E72CE is #E18D31. Grayscale: #626262. Windows color (decimal): -14781746 or 13529630. OLE color: 13529630.

HSL color Cylindrical-coordinate representation of color #1E72CE: hue angle of 211.36º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E72CE is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 30 114 206 -
CMYK 0.85 0.45 0 0.19
HSL 211.36º 0.75% 0.46% -
HSV(B) 211.36º 0.85% 0.81% -
XYZ 17.69 16.77 60.7 -
YUV 99.37 188.17 78.52 -
System Red Green Blue C M Y K H S L
Decimal 30 114 206 0.85 0.45 0 0.19 211.36 0.75 0.46
Hex 1E 72 CE 55 2D 0 13 D3 4B 2E
Octal 36 162 316 125 55 0 23 323 113 56
Binary 11110 1110010 11001110 1010101 101101 0 10011 11010011 1001011 101110

Color Harmonies of #1E72CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E72CE

Black with #1E72CE

Text Example


Text Example

White with #1E72CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,114,206); }

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

background-color css

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

 a { background-color: rgb(30,114,206); }

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

border-color css

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

 span { border-color: rgb(30,114,206); }

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