Html Css Color HEX #110BDF Medium Blue

📋 copy color: '#110BDF'

red 17 ◦ green 11 ◦ blue 223

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

Shades of Medium Blue #110BDF

Tints of Medium Blue #110BDF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.38%

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

R = 6.77%
G = 4.38%
B = 88.84%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#110BDF (or 0x110BDF) is known color: Medium Blue. HEX triplet: 11, 0B and DF. RGB value is (17,11,223). Sum of RGB (Red+Green+Blue) = 17+11+223=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 11 (4.69% from 255 or 4.38% from 251); Blue value is 223 (87.5% from 255 or 88.84% from 251); Max value from RGB is 223 - color contains mainly: blue. Hex color #110BDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110BDF is #EEF420. Grayscale: #242424. Windows color (decimal): -15660065 or 14617361. OLE color: 14617361.

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

Color convert

RGB 17 11 223 -
CMYK 0.92 0.95 0 0.13
HSL 241.7º 0.91% 0.46% -
HSV(B) 241.7º 0.95% 0.87% -
XYZ 13.67 5.69 70.19 -
YUV 36.96 232.99 113.76 -
System Red Green Blue C M Y K H S L
Decimal 17 11 223 0.92 0.95 0 0.13 241.7 0.91 0.46
Hex 11 B DF 5C 5F 0 D F2 5B 2E
Octal 21 13 337 134 137 0 15 362 133 56
Binary 10001 1011 11011111 1011100 1011111 0 1101 11110010 1011011 101110

Color Harmonies of #110BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110BDF

Black with #110BDF

Text Example


Text Example

White with #110BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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