Html Css Color HEX #1406DB Medium Blue

📋 copy color: '#1406DB'

red 20 ◦ green 6 ◦ blue 219

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

Shades of Medium Blue #1406DB

Tints of Medium Blue #1406DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 89.39%

R = 8.16%
G = 2.45%
B = 89.39%

CMYK

 C value IS 0.91

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1406DB (or 0x1406DB) is known color: Medium Blue. HEX triplet: 14, 06 and DB. RGB value is (20,6,219). Sum of RGB (Red+Green+Blue) = 20+6+219=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 219 (85.94% from 255 or 89.39% from 245); Max value from RGB is 219 - color contains mainly: blue. Hex color #1406DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1406DB is #EBF924. Grayscale: #212121. Windows color (decimal): -15464741 or 14353940. OLE color: 14353940.

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

Color convert

RGB 20 6 219 -
CMYK 0.91 0.97 0 0.14
HSL 243.94º 0.95% 0.44% -
HSV(B) 243.94º 0.97% 0.86% -
XYZ 13.14 5.39 67.37 -
YUV 34.47 232.14 117.68 -
System Red Green Blue C M Y K H S L
Decimal 20 6 219 0.91 0.97 0 0.14 243.94 0.95 0.44
Hex 14 6 DB 5B 61 0 E F4 5F 2C
Octal 24 6 333 133 141 0 16 364 137 54
Binary 10100 110 11011011 1011011 1100001 0 1110 11110100 1011111 101100

Color Harmonies of #1406DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1406DB

Black with #1406DB

Text Example


Text Example

White with #1406DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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