Html Css Color HEX #1E0FBE Medium Blue

📋 copy color: '#1E0FBE'

red 30 ◦ green 15 ◦ blue 190

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

Shades of Medium Blue #1E0FBE

Tints of Medium Blue #1E0FBE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.38%

 BLUE value IS 190 (74.61% from 255) = 80.85%

R = 12.77%
G = 6.38%
B = 80.85%

CMYK

 C value IS 0.84

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1E0FBE (or 0x1E0FBE) is known color: Medium Blue. HEX triplet: 1E, 0F and BE. RGB value is (30,15,190). Sum of RGB (Red+Green+Blue) = 30+15+190=235 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.77% from 235); Green value is 15 (6.25% from 255 or 6.38% from 235); Blue value is 190 (74.61% from 255 or 80.85% from 235); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E0FBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E0FBE is #E1F041. Grayscale: #262626. Windows color (decimal): -14807106 or 12455710. OLE color: 12455710.

HSL color Cylindrical-coordinate representation of color #1E0FBE: hue angle of 245.14º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1E0FBE is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 30 15 190 -
CMYK 0.84 0.92 0 0.25
HSL 245.14º 0.85% 0.4% -
HSV(B) 245.14º 0.92% 0.75% -
XYZ 10 4.34 49.02 -
YUV 39.44 212.97 121.27 -
System Red Green Blue C M Y K H S L
Decimal 30 15 190 0.84 0.92 0 0.25 245.14 0.85 0.4
Hex 1E F BE 54 5C 0 19 F5 55 28
Octal 36 17 276 124 134 0 31 365 125 50
Binary 11110 1111 10111110 1010100 1011100 0 11001 11110101 1010101 101000

Color Harmonies of #1E0FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0FBE

Black with #1E0FBE

Text Example


Text Example

White with #1E0FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,15,190); }

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

background-color css

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

 a { background-color: rgb(30,15,190); }

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

border-color css

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

 span { border-color: rgb(30,15,190); }

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