Html Css Color HEX #111DCF Medium Blue

📋 copy color: '#111DCF'

red 17 ◦ green 29 ◦ blue 207

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

Shades of Medium Blue #111DCF

Tints of Medium Blue #111DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 81.82%

R = 6.72%
G = 11.46%
B = 81.82%

CMYK

 C value IS 0.92

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#111DCF (or 0x111DCF) is known color: Medium Blue. HEX triplet: 11, 1D and CF. RGB value is (17,29,207). Sum of RGB (Red+Green+Blue) = 17+29+207=253 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.72% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 207 (81.25% from 255 or 81.82% from 253); Max value from RGB is 207 - color contains mainly: blue. Hex color #111DCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111DCF is #EEE230. Grayscale: #2C2C2C. Windows color (decimal): -15655473 or 13573393. OLE color: 13573393.

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

Color convert

RGB 17 29 207 -
CMYK 0.92 0.86 0 0.19
HSL 236.21º 0.85% 0.44% -
HSV(B) 236.21º 0.92% 0.81% -
XYZ 11.93 5.5 59.46 -
YUV 45.7 219.02 107.53 -
System Red Green Blue C M Y K H S L
Decimal 17 29 207 0.92 0.86 0 0.19 236.21 0.85 0.44
Hex 11 1D CF 5C 56 0 13 EC 55 2C
Octal 21 35 317 134 126 0 23 354 125 54
Binary 10001 11101 11001111 1011100 1010110 0 10011 11101100 1010101 101100

Color Harmonies of #111DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111DCF

Black with #111DCF

Text Example


Text Example

White with #111DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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