Html Css Color HEX #1404DB Medium Blue

📋 copy color: '#1404DB'

red 20 ◦ green 4 ◦ blue 219

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

Shades of Medium Blue #1404DB

Tints of Medium Blue #1404DB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.65%

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

R = 8.23%
G = 1.65%
B = 90.12%

CMYK

 C value IS 0.91

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1404DB (or 0x1404DB) is known color: Medium Blue. HEX triplet: 14, 04 and DB. RGB value is (20,4,219). Sum of RGB (Red+Green+Blue) = 20+4+219=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 219 (85.94% from 255 or 90.12% from 243); Max value from RGB is 219 - color contains mainly: blue. Hex color #1404DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1404DB is #EBFB24. Grayscale: #202020. Windows color (decimal): -15465253 or 14353428. OLE color: 14353428.

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

Color convert

RGB 20 4 219 -
CMYK 0.91 0.98 0 0.14
HSL 244.47º 0.96% 0.44% -
HSV(B) 244.47º 0.98% 0.86% -
XYZ 13.12 5.35 67.36 -
YUV 33.29 232.8 118.52 -
System Red Green Blue C M Y K H S L
Decimal 20 4 219 0.91 0.98 0 0.14 244.47 0.96 0.44
Hex 14 4 DB 5B 62 0 E F4 60 2C
Octal 24 4 333 133 142 0 16 364 140 54
Binary 10100 100 11011011 1011011 1100010 0 1110 11110100 1100000 101100

Color Harmonies of #1404DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1404DB

Black with #1404DB

Text Example


Text Example

White with #1404DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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