Html Css Color HEX #111BDF Medium Blue

📋 copy color: '#111BDF'

red 17 ◦ green 27 ◦ blue 223

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

Shades of Medium Blue #111BDF

Tints of Medium Blue #111BDF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.11%

 BLUE value IS 223 (87.5% from 255) = 83.52%

R = 6.37%
G = 10.11%
B = 83.52%

CMYK

 C value IS 0.92

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#111BDF (or 0x111BDF) is known color: Medium Blue. HEX triplet: 11, 1B and DF. RGB value is (17,27,223). Sum of RGB (Red+Green+Blue) = 17+27+223=267 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.37% from 267); Green value is 27 (10.94% from 255 or 10.11% from 267); Blue value is 223 (87.5% from 255 or 83.52% from 267); Max value from RGB is 223 - color contains mainly: blue. Hex color #111BDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111BDF is #EEE420. Grayscale: #2D2D2D. Windows color (decimal): -15655969 or 14621457. OLE color: 14621457.

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

Color convert

RGB 17 27 223 -
CMYK 0.92 0.88 0 0.13
HSL 237.09º 0.86% 0.47% -
HSV(B) 237.09º 0.92% 0.87% -
XYZ 13.94 6.23 70.28 -
YUV 46.35 227.69 107.06 -
System Red Green Blue C M Y K H S L
Decimal 17 27 223 0.92 0.88 0 0.13 237.09 0.86 0.47
Hex 11 1B DF 5C 58 0 D ED 56 2F
Octal 21 33 337 134 130 0 15 355 126 57
Binary 10001 11011 11011111 1011100 1011000 0 1101 11101101 1010110 101111

Color Harmonies of #111BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111BDF

Black with #111BDF

Text Example


Text Example

White with #111BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,27,223); }

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

background-color css

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

 a { background-color: rgb(17,27,223); }

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

border-color css

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

 span { border-color: rgb(17,27,223); }

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