Html Css Color HEX #111FDF Medium Blue

📋 copy color: '#111FDF'

red 17 ◦ green 31 ◦ blue 223

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

Shades of Medium Blue #111FDF

Tints of Medium Blue #111FDF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.44%

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

R = 6.27%
G = 11.44%
B = 82.29%

CMYK

 C value IS 0.92

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#111FDF (or 0x111FDF) is known color: Medium Blue. HEX triplet: 11, 1F and DF. RGB value is (17,31,223). Sum of RGB (Red+Green+Blue) = 17+31+223=271 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.27% from 271); Green value is 31 (12.5% from 255 or 11.44% from 271); Blue value is 223 (87.5% from 255 or 82.29% from 271); Max value from RGB is 223 - color contains mainly: blue. Hex color #111FDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #111FDF is #EEE020. Grayscale: #2F2F2F. Windows color (decimal): -15654945 or 14622481. OLE color: 14622481.

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

Color convert

RGB 17 31 223 -
CMYK 0.92 0.86 0 0.13
HSL 235.92º 0.86% 0.47% -
HSV(B) 235.92º 0.92% 0.87% -
XYZ 14.04 6.43 70.31 -
YUV 48.7 226.36 105.39 -
System Red Green Blue C M Y K H S L
Decimal 17 31 223 0.92 0.86 0 0.13 235.92 0.86 0.47
Hex 11 1F DF 5C 56 0 D EC 56 2F
Octal 21 37 337 134 126 0 15 354 126 57
Binary 10001 11111 11011111 1011100 1010110 0 1101 11101100 1010110 101111

Color Harmonies of #111FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111FDF

Black with #111FDF

Text Example


Text Example

White with #111FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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