Html Css Color HEX #1113DE Medium Blue

📋 copy color: '#1113DE'

red 17 ◦ green 19 ◦ blue 222

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

Shades of Medium Blue #1113DE

Tints of Medium Blue #1113DE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.36%

 BLUE value IS 222 (87.11% from 255) = 86.05%

R = 6.59%
G = 7.36%
B = 86.05%

CMYK

 C value IS 0.92

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1113DE (or 0x1113DE) is known color: Medium Blue. HEX triplet: 11, 13 and DE. RGB value is (17,19,222). Sum of RGB (Red+Green+Blue) = 17+19+222=258 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.59% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 222 (87.11% from 255 or 86.05% from 258); Max value from RGB is 222 - color contains mainly: blue. Hex color #1113DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1113DE is #EEEC21. Grayscale: #282828. Windows color (decimal): -15658018 or 14553873. OLE color: 14553873.

HSL color Cylindrical-coordinate representation of color #1113DE: hue angle of 239.41º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1113DE is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 19 222 -
CMYK 0.92 0.91 0 0.13
HSL 239.41º 0.86% 0.47% -
HSV(B) 239.41º 0.92% 0.87% -
XYZ 13.65 5.86 69.52 -
YUV 41.54 229.84 110.49 -
System Red Green Blue C M Y K H S L
Decimal 17 19 222 0.92 0.91 0 0.13 239.41 0.86 0.47
Hex 11 13 DE 5C 5B 0 D EF 56 2F
Octal 21 23 336 134 133 0 15 357 126 57
Binary 10001 10011 11011110 1011100 1011011 0 1101 11101111 1010110 101111

Color Harmonies of #1113DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1113DE

Black with #1113DE

Text Example


Text Example

White with #1113DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1113DE; }

 p { color: rgb(17,19,222); }

 H1.HeaderClassName
 {
   color: #1113DE;
 }
 .AnyTagClassName
 {
   color: #1113DE;
 }
</style>

background-color css

<style>
 a { background-color: #1113DE; }

 a { background-color: rgb(17,19,222); }

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

border-color css

<style>
 span { border-color: #1113DE; }

 span { border-color: rgb(17,19,222); }

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