Html Css Color HEX #1419DC Medium Blue

📋 copy color: '#1419DC'

red 20 ◦ green 25 ◦ blue 220

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

Shades of Medium Blue #1419DC

Tints of Medium Blue #1419DC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.43%

 BLUE value IS 220 (86.33% from 255) = 83.02%

R = 7.55%
G = 9.43%
B = 83.02%

CMYK

 C value IS 0.91

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1419DC (or 0x1419DC) is known color: Medium Blue. HEX triplet: 14, 19 and DC. RGB value is (20,25,220). Sum of RGB (Red+Green+Blue) = 20+25+220=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 220 (86.33% from 255 or 83.02% from 265); Max value from RGB is 220 - color contains mainly: blue. Hex color #1419DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1419DC is #EBE623. Grayscale: #2C2C2C. Windows color (decimal): -15459876 or 14424340. OLE color: 14424340.

HSL color Cylindrical-coordinate representation of color #1419DC: hue angle of 238.5º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1419DC is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 25 220 -
CMYK 0.91 0.89 0 0.14
HSL 238.5º 0.83% 0.47% -
HSV(B) 238.5º 0.91% 0.86% -
XYZ 13.55 6.01 68.16 -
YUV 45.74 226.34 109.64 -
System Red Green Blue C M Y K H S L
Decimal 20 25 220 0.91 0.89 0 0.14 238.5 0.83 0.47
Hex 14 19 DC 5B 59 0 E EE 53 2F
Octal 24 31 334 133 131 0 16 356 123 57
Binary 10100 11001 11011100 1011011 1011001 0 1110 11101110 1010011 101111

Color Harmonies of #1419DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1419DC

Black with #1419DC

Text Example


Text Example

White with #1419DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1419DC; }

 p { color: rgb(20,25,220); }

 H1.HeaderClassName
 {
   color: #1419DC;
 }
 .AnyTagClassName
 {
   color: #1419DC;
 }
</style>

background-color css

<style>
 a { background-color: #1419DC; }

 a { background-color: rgb(20,25,220); }

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

border-color css

<style>
 span { border-color: #1419DC; }

 span { border-color: rgb(20,25,220); }

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