Html Css Color HEX #1409CE Medium Blue

📋 copy color: '#1409CE'

red 20 ◦ green 9 ◦ blue 206

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

Shades of Medium Blue #1409CE

Tints of Medium Blue #1409CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 87.66%

R = 8.51%
G = 3.83%
B = 87.66%

CMYK

 C value IS 0.90

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1409CE (or 0x1409CE) is known color: Medium Blue. HEX triplet: 14, 09 and CE. RGB value is (20,9,206). Sum of RGB (Red+Green+Blue) = 20+9+206=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 206 (80.86% from 255 or 87.66% from 235); Max value from RGB is 206 - color contains mainly: blue. Hex color #1409CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1409CE is #EBF631. Grayscale: #212121. Windows color (decimal): -15463986 or 13502740. OLE color: 13502740.

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

Color convert

RGB 20 9 206 -
CMYK 0.90 0.96 0 0.19
HSL 243.35º 0.92% 0.42% -
HSV(B) 243.35º 0.96% 0.81% -
XYZ 11.53 4.8 58.71 -
YUV 34.75 224.64 117.48 -
System Red Green Blue C M Y K H S L
Decimal 20 9 206 0.90 0.96 0 0.19 243.35 0.92 0.42
Hex 14 9 CE 5A 60 0 13 F3 5C 2A
Octal 24 11 316 132 140 0 23 363 134 52
Binary 10100 1001 11001110 1011010 1100000 0 10011 11110011 1011100 101010

Color Harmonies of #1409CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1409CE

Black with #1409CE

Text Example


Text Example

White with #1409CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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