Html Css Color HEX #1414DC Medium Blue

📋 copy color: '#1414DC'

red 20 ◦ green 20 ◦ blue 220

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

Shades of Medium Blue #1414DC

Tints of Medium Blue #1414DC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.69%

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

R = 7.69%
G = 7.69%
B = 84.62%

CMYK

 C value IS 0.91

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1414DC (or 0x1414DC) is known color: Medium Blue. HEX triplet: 14, 14 and DC. RGB value is (20,20,220). Sum of RGB (Red+Green+Blue) = 20+20+220=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 220 (86.33% from 255 or 84.62% from 260); Max value from RGB is 220 - color contains mainly: blue. Hex color #1414DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1414DC is #EBEB23. Grayscale: #2A2A2A. Windows color (decimal): -15461156 or 14423060. OLE color: 14423060.

HSL color Cylindrical-coordinate representation of color #1414DC: hue angle of 240º 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 #1414DC is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 20 220 -
CMYK 0.91 0.91 0 0.14
HSL 240º 0.83% 0.47% -
HSV(B) 240º 0.91% 0.86% -
XYZ 13.46 5.82 68.12 -
YUV 42.8 228 111.74 -
System Red Green Blue C M Y K H S L
Decimal 20 20 220 0.91 0.91 0 0.14 240 0.83 0.47
Hex 14 14 DC 5B 5B 0 E F0 53 2F
Octal 24 24 334 133 133 0 16 360 123 57
Binary 10100 10100 11011100 1011011 1011011 0 1110 11110000 1010011 101111

Color Harmonies of #1414DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1414DC

Black with #1414DC

Text Example


Text Example

White with #1414DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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