Html Css Color HEX #1114DD Medium Blue

📋 copy color: '#1114DD'

red 17 ◦ green 20 ◦ blue 221

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

Shades of Medium Blue #1114DD

Tints of Medium Blue #1114DD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.75%

 BLUE value IS 221 (86.72% from 255) = 85.66%

R = 6.59%
G = 7.75%
B = 85.66%

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

#1114DD (or 0x1114DD) is known color: Medium Blue. HEX triplet: 11, 14 and DD. RGB value is (17,20,221). Sum of RGB (Red+Green+Blue) = 17+20+221=258 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.59% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 221 (86.72% from 255 or 85.66% from 258); Max value from RGB is 221 - color contains mainly: blue. Hex color #1114DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1114DD is #EEEB22. Grayscale: #292929. Windows color (decimal): -15657763 or 14488593. OLE color: 14488593.

HSL color Cylindrical-coordinate representation of color #1114DD: hue angle of 239.12º 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 #1114DD is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 20 221 -
CMYK 0.92 0.91 0 0.13
HSL 239.12º 0.86% 0.47% -
HSV(B) 239.12º 0.92% 0.87% -
XYZ 13.53 5.84 68.82 -
YUV 42.02 229.01 110.16 -
System Red Green Blue C M Y K H S L
Decimal 17 20 221 0.92 0.91 0 0.13 239.12 0.86 0.47
Hex 11 14 DD 5C 5B 0 D EF 56 2F
Octal 21 24 335 134 133 0 15 357 126 57
Binary 10001 10100 11011101 1011100 1011011 0 1101 11101111 1010110 101111

Color Harmonies of #1114DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1114DD

Black with #1114DD

Text Example


Text Example

White with #1114DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1114DD; }

 p { color: rgb(17,20,221); }

 H1.HeaderClassName
 {
   color: #1114DD;
 }
 .AnyTagClassName
 {
   color: #1114DD;
 }
</style>

background-color css

<style>
 a { background-color: #1114DD; }

 a { background-color: rgb(17,20,221); }

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

border-color css

<style>
 span { border-color: #1114DD; }

 span { border-color: rgb(17,20,221); }

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