Html Css Color HEX #1109DA Medium Blue

📋 copy color: '#1109DA'

red 17 ◦ green 9 ◦ blue 218

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

Shades of Medium Blue #1109DA

Tints of Medium Blue #1109DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 89.34%

R = 6.97%
G = 3.69%
B = 89.34%

CMYK

 C value IS 0.92

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1109DA (or 0x1109DA) is known color: Medium Blue. HEX triplet: 11, 09 and DA. RGB value is (17,9,218). Sum of RGB (Red+Green+Blue) = 17+9+218=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 218 (85.55% from 255 or 89.34% from 244); Max value from RGB is 218 - color contains mainly: blue. Hex color #1109DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1109DA is #EEF625. Grayscale: #222222. Windows color (decimal): -15660582 or 14289169. OLE color: 14289169.

HSL color Cylindrical-coordinate representation of color #1109DA: hue angle of 242.3º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1109DA is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 17 9 218 -
CMYK 0.92 0.96 0 0.15
HSL 242.3º 0.92% 0.45% -
HSV(B) 242.3º 0.96% 0.85% -
XYZ 12.98 5.38 66.68 -
YUV 35.22 231.15 115.01 -
System Red Green Blue C M Y K H S L
Decimal 17 9 218 0.92 0.96 0 0.15 242.3 0.92 0.45
Hex 11 9 DA 5C 60 0 F F2 5C 2D
Octal 21 11 332 134 140 0 17 362 134 55
Binary 10001 1001 11011010 1011100 1100000 0 1111 11110010 1011100 101101

Color Harmonies of #1109DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1109DA

Black with #1109DA

Text Example


Text Example

White with #1109DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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