Html Css Color HEX #1409D6 Medium Blue

📋 copy color: '#1409D6'

red 20 ◦ green 9 ◦ blue 214

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

Shades of Medium Blue #1409D6

Tints of Medium Blue #1409D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 88.07%

R = 8.23%
G = 3.7%
B = 88.07%

CMYK

 C value IS 0.91

 M value IS 0.96

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1409D6 (or 0x1409D6) is known color: Medium Blue. HEX triplet: 14, 09 and D6. RGB value is (20,9,214). Sum of RGB (Red+Green+Blue) = 20+9+214=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 214 (83.98% from 255 or 88.07% from 243); Max value from RGB is 214 - color contains mainly: blue. Hex color #1409D6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1409D6 is #EBF629. Grayscale: #222222. Windows color (decimal): -15463978 or 14027028. OLE color: 14027028.

HSL color Cylindrical-coordinate representation of color #1409D6: hue angle of 243.22º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1409D6 is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 9 214 -
CMYK 0.91 0.96 0 0.16
HSL 243.22º 0.92% 0.44% -
HSV(B) 243.22º 0.96% 0.84% -
XYZ 12.52 5.2 63.96 -
YUV 35.66 228.64 116.83 -
System Red Green Blue C M Y K H S L
Decimal 20 9 214 0.91 0.96 0 0.16 243.22 0.92 0.44
Hex 14 9 D6 5B 60 0 10 F3 5C 2C
Octal 24 11 326 133 140 0 20 363 134 54
Binary 10100 1001 11010110 1011011 1100000 0 10000 11110011 1011100 101100

Color Harmonies of #1409D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1409D6

Black with #1409D6

Text Example


Text Example

White with #1409D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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