Html Css Color HEX #110DDF Medium Blue

📋 copy color: '#110DDF'

red 17 ◦ green 13 ◦ blue 223

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

Shades of Medium Blue #110DDF

Tints of Medium Blue #110DDF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.14%

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

R = 6.72%
G = 5.14%
B = 88.14%

CMYK

 C value IS 0.92

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#110DDF (or 0x110DDF) is known color: Medium Blue. HEX triplet: 11, 0D and DF. RGB value is (17,13,223). Sum of RGB (Red+Green+Blue) = 17+13+223=253 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.72% from 253); Green value is 13 (5.47% from 255 or 5.14% from 253); Blue value is 223 (87.5% from 255 or 88.14% from 253); Max value from RGB is 223 - color contains mainly: blue. Hex color #110DDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110DDF is #EEF220. Grayscale: #252525. Windows color (decimal): -15659553 or 14617873. OLE color: 14617873.

HSL color Cylindrical-coordinate representation of color #110DDF: hue angle of 241.14º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110DDF is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 13 223 -
CMYK 0.92 0.94 0 0.13
HSL 241.14º 0.89% 0.46% -
HSV(B) 241.14º 0.94% 0.87% -
XYZ 13.69 5.73 70.2 -
YUV 38.14 232.33 112.92 -
System Red Green Blue C M Y K H S L
Decimal 17 13 223 0.92 0.94 0 0.13 241.14 0.89 0.46
Hex 11 D DF 5C 5E 0 D F1 59 2E
Octal 21 15 337 134 136 0 15 361 131 56
Binary 10001 1101 11011111 1011100 1011110 0 1101 11110001 1011001 101110

Color Harmonies of #110DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110DDF

Black with #110DDF

Text Example


Text Example

White with #110DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110DDF; }

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

 H1.HeaderClassName
 {
   color: #110DDF;
 }
 .AnyTagClassName
 {
   color: #110DDF;
 }
</style>

background-color css

<style>
 a { background-color: #110DDF; }

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

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

border-color css

<style>
 span { border-color: #110DDF; }

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

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