Html Css Color HEX #1406E1 Medium Blue

📋 copy color: '#1406E1'

red 20 ◦ green 6 ◦ blue 225

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

Shades of Medium Blue #1406E1

Tints of Medium Blue #1406E1

RGB

 RED value IS 20 (8.2% from 255) = 7.97%

 GREEN value IS 6 (2.73% from 255) = 2.39%

 BLUE value IS 225 (88.28% from 255) = 89.64%

R = 7.97%
G = 2.39%
B = 89.64%

CMYK

 C value IS 0.91

 M value IS 0.97

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1406E1 (or 0x1406E1) is known color: Medium Blue. HEX triplet: 14, 06 and E1. RGB value is (20,6,225). Sum of RGB (Red+Green+Blue) = 20+6+225=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 225 (88.28% from 255 or 89.64% from 251); Max value from RGB is 225 - color contains mainly: blue. Hex color #1406E1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1406E1 is #EBF91E. Grayscale: #222222. Windows color (decimal): -15464735 or 14747156. OLE color: 14747156.

HSL color Cylindrical-coordinate representation of color #1406E1: hue angle of 243.84º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1406E1 is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 20 6 225 -
CMYK 0.91 0.97 0 0.12
HSL 243.84º 0.95% 0.45% -
HSV(B) 243.84º 0.97% 0.88% -
XYZ 13.94 5.72 71.6 -
YUV 35.15 235.14 117.19 -
System Red Green Blue C M Y K H S L
Decimal 20 6 225 0.91 0.97 0 0.12 243.84 0.95 0.45
Hex 14 6 E1 5B 61 0 C F4 5F 2D
Octal 24 6 341 133 141 0 14 364 137 55
Binary 10100 110 11100001 1011011 1100001 0 1100 11110100 1011111 101101

Color Harmonies of #1406E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1406E1

Black with #1406E1

Text Example


Text Example

White with #1406E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1406E1; }

 p { color: rgb(20,6,225); }

 H1.HeaderClassName
 {
   color: #1406E1;
 }
 .AnyTagClassName
 {
   color: #1406E1;
 }
</style>

background-color css

<style>
 a { background-color: #1406E1; }

 a { background-color: rgb(20,6,225); }

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

border-color css

<style>
 span { border-color: #1406E1; }

 span { border-color: rgb(20,6,225); }

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