Html Css Color HEX #1400DB Medium Blue

📋 copy color: '#1400DB'

red 20 ◦ green 0 ◦ blue 219

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

Shades of Medium Blue #1400DB

Tints of Medium Blue #1400DB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 8.37%
G = 0%
B = 91.63%

CMYK

 C value IS 0.91

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1400DB (or 0x1400DB) is known color: Medium Blue. HEX triplet: 14, 00 and DB. RGB value is (20,0,219). Sum of RGB (Red+Green+Blue) = 20+0+219=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 0 (0.39% from 255 or 0% from 239); Blue value is 219 (85.94% from 255 or 91.63% from 239); Max value from RGB is 219 - color contains mainly: blue. Hex color #1400DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1400DB is #EBFF24. Grayscale: #1E1E1E. Windows color (decimal): -15466277 or 14352404. OLE color: 14352404.

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

Color convert

RGB 20 0 219 -
CMYK 0.91 1 0 0.14
HSL 245.48º 1% 0.43% -
HSV(B) 245.48º 1% 0.86% -
XYZ 13.07 5.26 67.34 -
YUV 30.95 234.13 120.19 -
System Red Green Blue C M Y K H S L
Decimal 20 0 219 0.91 1 0 0.14 245.48 1 0.43
Hex 14 0 DB 5B 64 0 E F5 64 2B
Octal 24 0 333 133 144 0 16 365 144 53
Binary 10100 0 11011011 1011011 1100100 0 1110 11110101 1100100 101011

Color Harmonies of #1400DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1400DB

Black with #1400DB

Text Example


Text Example

White with #1400DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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