Html Css Color HEX #111DCC Medium Blue

📋 copy color: '#111DCC'

red 17 ◦ green 29 ◦ blue 204

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

Shades of Medium Blue #111DCC

Tints of Medium Blue #111DCC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.6%

 BLUE value IS 204 (80.08% from 255) = 81.6%

R = 6.8%
G = 11.6%
B = 81.6%

CMYK

 C value IS 0.92

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#111DCC (or 0x111DCC) is known color: Medium Blue. HEX triplet: 11, 1D and CC. RGB value is (17,29,204). Sum of RGB (Red+Green+Blue) = 17+29+204=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 204 (80.08% from 255 or 81.6% from 250); Max value from RGB is 204 - color contains mainly: blue. Hex color #111DCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111DCC is #EEE233. Grayscale: #2C2C2C. Windows color (decimal): -15655476 or 13376785. OLE color: 13376785.

HSL color Cylindrical-coordinate representation of color #111DCC: hue angle of 236.15º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #111DCC is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 17 29 204 -
CMYK 0.92 0.86 0 0.2
HSL 236.15º 0.85% 0.43% -
HSV(B) 236.15º 0.92% 0.8% -
XYZ 11.57 5.36 57.55 -
YUV 45.36 217.52 107.77 -
System Red Green Blue C M Y K H S L
Decimal 17 29 204 0.92 0.86 0 0.2 236.15 0.85 0.43
Hex 11 1D CC 5C 56 0 14 EC 55 2B
Octal 21 35 314 134 126 0 24 354 125 53
Binary 10001 11101 11001100 1011100 1010110 0 10100 11101100 1010101 101011

Color Harmonies of #111DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111DCC

Black with #111DCC

Text Example


Text Example

White with #111DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,29,204); }

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

background-color css

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

 a { background-color: rgb(17,29,204); }

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

border-color css

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

 span { border-color: rgb(17,29,204); }

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