Html Css Color HEX #1419CD Medium Blue

📋 copy color: '#1419CD'

red 20 ◦ green 25 ◦ blue 205

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

Shades of Medium Blue #1419CD

Tints of Medium Blue #1419CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 82%

R = 8%
G = 10%
B = 82%

CMYK

 C value IS 0.90

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1419CD (or 0x1419CD) is known color: Medium Blue. HEX triplet: 14, 19 and CD. RGB value is (20,25,205). Sum of RGB (Red+Green+Blue) = 20+25+205=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 205 (80.47% from 255 or 82% from 250); Max value from RGB is 205 - color contains mainly: blue. Hex color #1419CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1419CD is #EBE632. Grayscale: #2B2B2B. Windows color (decimal): -15459891 or 13441300. OLE color: 13441300.

HSL color Cylindrical-coordinate representation of color #1419CD: hue angle of 238.38º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1419CD is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 25 205 -
CMYK 0.90 0.88 0 0.20
HSL 238.38º 0.82% 0.44% -
HSV(B) 238.38º 0.9% 0.8% -
XYZ 11.66 5.25 58.16 -
YUV 44.03 218.84 110.86 -
System Red Green Blue C M Y K H S L
Decimal 20 25 205 0.90 0.88 0 0.20 238.38 0.82 0.44
Hex 14 19 CD 5A 58 0 14 EE 52 2C
Octal 24 31 315 132 130 0 24 356 122 54
Binary 10100 11001 11001101 1011010 1011000 0 10100 11101110 1010010 101100

Color Harmonies of #1419CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1419CD

Black with #1419CD

Text Example


Text Example

White with #1419CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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