Html Css Color HEX #1E0CCA Medium Blue

📋 copy color: '#1E0CCA'

red 30 ◦ green 12 ◦ blue 202

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

Shades of Medium Blue #1E0CCA

Tints of Medium Blue #1E0CCA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.92%

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

R = 12.3%
G = 4.92%
B = 82.79%

CMYK

 C value IS 0.85

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1E0CCA (or 0x1E0CCA) is known color: Medium Blue. HEX triplet: 1E, 0C and CA. RGB value is (30,12,202). Sum of RGB (Red+Green+Blue) = 30+12+202=244 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.30% from 244); Green value is 12 (5.08% from 255 or 4.92% from 244); Blue value is 202 (79.30% from 255 or 82.79% from 244); Max value from RGB is 202 - color contains mainly: blue. Hex color #1E0CCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E0CCA is #E1F335. Grayscale: #262626. Windows color (decimal): -14807862 or 13241374. OLE color: 13241374.

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

Color convert

RGB 30 12 202 -
CMYK 0.85 0.94 0 0.21
HSL 245.68º 0.89% 0.42% -
HSV(B) 245.68º 0.94% 0.79% -
XYZ 11.33 4.8 56.21 -
YUV 39.04 219.96 121.55 -
System Red Green Blue C M Y K H S L
Decimal 30 12 202 0.85 0.94 0 0.21 245.68 0.89 0.42
Hex 1E C CA 55 5E 0 15 F6 59 2A
Octal 36 14 312 125 136 0 25 366 131 52
Binary 11110 1100 11001010 1010101 1011110 0 10101 11110110 1011001 101010

Color Harmonies of #1E0CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0CCA

Black with #1E0CCA

Text Example


Text Example

White with #1E0CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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