Html Css Color HEX #1409CD Medium Blue

📋 copy color: '#1409CD'

red 20 ◦ green 9 ◦ blue 205

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

Shades of Medium Blue #1409CD

Tints of Medium Blue #1409CD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.85%

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

R = 8.55%
G = 3.85%
B = 87.61%

CMYK

 C value IS 0.90

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1409CD (or 0x1409CD) is known color: Medium Blue. HEX triplet: 14, 09 and CD. RGB value is (20,9,205). Sum of RGB (Red+Green+Blue) = 20+9+205=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 205 (80.47% from 255 or 87.61% from 234); Max value from RGB is 205 - color contains mainly: blue. Hex color #1409CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1409CD is #EBF632. Grayscale: #212121. Windows color (decimal): -15463987 or 13437204. OLE color: 13437204.

HSL color Cylindrical-coordinate representation of color #1409CD: hue angle of 243.37º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1409CD is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 9 205 -
CMYK 0.90 0.96 0 0.20
HSL 243.37º 0.92% 0.42% -
HSV(B) 243.37º 0.96% 0.8% -
XYZ 11.41 4.75 58.07 -
YUV 34.63 224.14 117.56 -
System Red Green Blue C M Y K H S L
Decimal 20 9 205 0.90 0.96 0 0.20 243.37 0.92 0.42
Hex 14 9 CD 5A 60 0 14 F3 5C 2A
Octal 24 11 315 132 140 0 24 363 134 52
Binary 10100 1001 11001101 1011010 1100000 0 10100 11110011 1011100 101010

Color Harmonies of #1409CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1409CD

Black with #1409CD

Text Example


Text Example

White with #1409CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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