Html Css Color HEX #111DCB Medium Blue

📋 copy color: '#111DCB'

red 17 ◦ green 29 ◦ blue 203

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

Shades of Medium Blue #111DCB

Tints of Medium Blue #111DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 81.53%

R = 6.83%
G = 11.65%
B = 81.53%

CMYK

 C value IS 0.92

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#111DCB (or 0x111DCB) is known color: Medium Blue. HEX triplet: 11, 1D and CB. RGB value is (17,29,203). Sum of RGB (Red+Green+Blue) = 17+29+203=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 29 (11.72% from 255 or 11.65% from 249); Blue value is 203 (79.69% from 255 or 81.53% from 249); Max value from RGB is 203 - color contains mainly: blue. Hex color #111DCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111DCB is #EEE234. Grayscale: #2C2C2C. Windows color (decimal): -15655477 or 13311249. OLE color: 13311249.

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

Color convert

RGB 17 29 203 -
CMYK 0.92 0.86 0 0.20
HSL 236.13º 0.85% 0.43% -
HSV(B) 236.13º 0.92% 0.8% -
XYZ 11.45 5.31 56.92 -
YUV 45.25 217.02 107.85 -
System Red Green Blue C M Y K H S L
Decimal 17 29 203 0.92 0.86 0 0.20 236.13 0.85 0.43
Hex 11 1D CB 5C 56 0 14 EC 55 2B
Octal 21 35 313 134 126 0 24 354 125 53
Binary 10001 11101 11001011 1011100 1010110 0 10100 11101100 1010101 101011

Color Harmonies of #111DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111DCB

Black with #111DCB

Text Example


Text Example

White with #111DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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