Html Css Color HEX #111CDD Medium Blue

📋 copy color: '#111CDD'

red 17 ◦ green 28 ◦ blue 221

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

Shades of Medium Blue #111CDD

Tints of Medium Blue #111CDD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.53%

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

R = 6.39%
G = 10.53%
B = 83.08%

CMYK

 C value IS 0.92

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#111CDD (or 0x111CDD) is known color: Medium Blue. HEX triplet: 11, 1C and DD. RGB value is (17,28,221). Sum of RGB (Red+Green+Blue) = 17+28+221=266 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.39% from 266); Green value is 28 (11.33% from 255 or 10.53% from 266); Blue value is 221 (86.72% from 255 or 83.08% from 266); Max value from RGB is 221 - color contains mainly: blue. Hex color #111CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111CDD is #EEE322. Grayscale: #2D2D2D. Windows color (decimal): -15655715 or 14490641. OLE color: 14490641.

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

Color convert

RGB 17 28 221 -
CMYK 0.92 0.87 0 0.13
HSL 236.76º 0.86% 0.47% -
HSV(B) 236.76º 0.92% 0.87% -
XYZ 13.7 6.17 68.88 -
YUV 46.71 226.36 106.81 -
System Red Green Blue C M Y K H S L
Decimal 17 28 221 0.92 0.87 0 0.13 236.76 0.86 0.47
Hex 11 1C DD 5C 57 0 D ED 56 2F
Octal 21 34 335 134 127 0 15 355 126 57
Binary 10001 11100 11011101 1011100 1010111 0 1101 11101101 1010110 101111

Color Harmonies of #111CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111CDD

Black with #111CDD

Text Example


Text Example

White with #111CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111CDD; }

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

 H1.HeaderClassName
 {
   color: #111CDD;
 }
 .AnyTagClassName
 {
   color: #111CDD;
 }
</style>

background-color css

<style>
 a { background-color: #111CDD; }

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

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

border-color css

<style>
 span { border-color: #111CDD; }

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

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