Html Css Color HEX #1209CD Medium Blue

📋 copy color: '#1209CD'

red 18 ◦ green 9 ◦ blue 205

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

Shades of Medium Blue #1209CD

Tints of Medium Blue #1209CD

RGB

 RED value IS 18 (7.42% from 255) = 7.76%

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

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

R = 7.76%
G = 3.88%
B = 88.36%

CMYK

 C value IS 0.91

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1209CD (or 0x1209CD) is known color: Medium Blue. HEX triplet: 12, 09 and CD. RGB value is (18,9,205). Sum of RGB (Red+Green+Blue) = 18+9+205=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 205 (80.47% from 255 or 88.36% from 232); Max value from RGB is 205 - color contains mainly: blue. Hex color #1209CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1209CD is #EDF632. Grayscale: #212121. Windows color (decimal): -15595059 or 13437202. OLE color: 13437202.

HSL color Cylindrical-coordinate representation of color #1209CD: hue angle of 242.76º 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 #1209CD is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 9 205 -
CMYK 0.91 0.96 0 0.20
HSL 242.76º 0.92% 0.42% -
HSV(B) 242.76º 0.96% 0.8% -
XYZ 11.37 4.73 58.07 -
YUV 34.04 224.48 116.56 -
System Red Green Blue C M Y K H S L
Decimal 18 9 205 0.91 0.96 0 0.20 242.76 0.92 0.42
Hex 12 9 CD 5B 60 0 14 F3 5C 2A
Octal 22 11 315 133 140 0 24 363 134 52
Binary 10010 1001 11001101 1011011 1100000 0 10100 11110011 1011100 101010

Color Harmonies of #1209CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1209CD

Black with #1209CD

Text Example


Text Example

White with #1209CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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