Html Css Color HEX #1109CE Medium Blue

📋 copy color: '#1109CE'

red 17 ◦ green 9 ◦ blue 206

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

Shades of Medium Blue #1109CE

Tints of Medium Blue #1109CE

RGB

 RED value IS 17 (7.03% from 255) = 7.33%

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

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

R = 7.33%
G = 3.88%
B = 88.79%

CMYK

 C value IS 0.92

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1109CE (or 0x1109CE) is known color: Medium Blue. HEX triplet: 11, 09 and CE. RGB value is (17,9,206). Sum of RGB (Red+Green+Blue) = 17+9+206=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 206 (80.86% from 255 or 88.79% from 232); Max value from RGB is 206 - color contains mainly: blue. Hex color #1109CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1109CE is #EEF631. Grayscale: #212121. Windows color (decimal): -15660594 or 13502737. OLE color: 13502737.

HSL color Cylindrical-coordinate representation of color #1109CE: hue angle of 242.44º 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 #1109CE is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 9 206 -
CMYK 0.92 0.96 0 0.19
HSL 242.44º 0.92% 0.42% -
HSV(B) 242.44º 0.96% 0.81% -
XYZ 11.47 4.77 58.71 -
YUV 33.85 225.15 115.98 -
System Red Green Blue C M Y K H S L
Decimal 17 9 206 0.92 0.96 0 0.19 242.44 0.92 0.42
Hex 11 9 CE 5C 60 0 13 F2 5C 2A
Octal 21 11 316 134 140 0 23 362 134 52
Binary 10001 1001 11001110 1011100 1100000 0 10011 11110010 1011100 101010

Color Harmonies of #1109CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1109CE

Black with #1109CE

Text Example


Text Example

White with #1109CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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