Html Css Color HEX #111CCB Medium Blue

📋 copy color: '#111CCB'

red 17 ◦ green 28 ◦ blue 203

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

Shades of Medium Blue #111CCB

Tints of Medium Blue #111CCB

RGB

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

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

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

R = 6.85%
G = 11.29%
B = 81.85%

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

#111CCB (or 0x111CCB) is known color: Medium Blue. HEX triplet: 11, 1C and CB. RGB value is (17,28,203). Sum of RGB (Red+Green+Blue) = 17+28+203=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 28 (11.33% from 255 or 11.29% from 248); Blue value is 203 (79.69% from 255 or 81.85% from 248); Max value from RGB is 203 - color contains mainly: blue. Hex color #111CCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111CCB is #EEE334. Grayscale: #2B2B2B. Windows color (decimal): -15655733 or 13310993. OLE color: 13310993.

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

Color convert

RGB 17 28 203 -
CMYK 0.92 0.86 0 0.20
HSL 236.45º 0.85% 0.43% -
HSV(B) 236.45º 0.92% 0.8% -
XYZ 11.43 5.26 56.91 -
YUV 44.66 217.36 108.27 -
System Red Green Blue C M Y K H S L
Decimal 17 28 203 0.92 0.86 0 0.20 236.45 0.85 0.43
Hex 11 1C CB 5C 56 0 14 EC 55 2B
Octal 21 34 313 134 126 0 24 354 125 53
Binary 10001 11100 11001011 1011100 1010110 0 10100 11101100 1010101 101011

Color Harmonies of #111CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111CCB

Black with #111CCB

Text Example


Text Example

White with #111CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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