Html Css Color HEX #1E0FBC Medium Blue

📋 copy color: '#1E0FBC'

red 30 ◦ green 15 ◦ blue 188

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

Shades of Medium Blue #1E0FBC

Tints of Medium Blue #1E0FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 80.69%

R = 12.88%
G = 6.44%
B = 80.69%

CMYK

 C value IS 0.84

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1E0FBC (or 0x1E0FBC) is known color: Medium Blue. HEX triplet: 1E, 0F and BC. RGB value is (30,15,188). Sum of RGB (Red+Green+Blue) = 30+15+188=233 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.88% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 188 (73.83% from 255 or 80.69% from 233); Max value from RGB is 188 - color contains mainly: blue. Hex color #1E0FBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E0FBC is #E1F043. Grayscale: #262626. Windows color (decimal): -14807108 or 12324638. OLE color: 12324638.

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

Color convert

RGB 30 15 188 -
CMYK 0.84 0.92 0 0.26
HSL 245.2º 0.85% 0.4% -
HSV(B) 245.2º 0.92% 0.74% -
XYZ 9.78 4.25 47.88 -
YUV 39.21 211.97 121.43 -
System Red Green Blue C M Y K H S L
Decimal 30 15 188 0.84 0.92 0 0.26 245.2 0.85 0.4
Hex 1E F BC 54 5C 0 1A F5 55 28
Octal 36 17 274 124 134 0 32 365 125 50
Binary 11110 1111 10111100 1010100 1011100 0 11010 11110101 1010101 101000

Color Harmonies of #1E0FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0FBC

Black with #1E0FBC

Text Example


Text Example

White with #1E0FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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