Html Css Color HEX #110FCD Medium Blue

📋 copy color: '#110FCD'

red 17 ◦ green 15 ◦ blue 205

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

Shades of Medium Blue #110FCD

Tints of Medium Blue #110FCD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.33%

 BLUE value IS 205 (80.47% from 255) = 86.5%

R = 7.17%
G = 6.33%
B = 86.5%

CMYK

 C value IS 0.92

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#110FCD (or 0x110FCD) is known color: Medium Blue. HEX triplet: 11, 0F and CD. RGB value is (17,15,205). Sum of RGB (Red+Green+Blue) = 17+15+205=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 15 (6.25% from 255 or 6.33% from 237); Blue value is 205 (80.47% from 255 or 86.50% from 237); Max value from RGB is 205 - color contains mainly: blue. Hex color #110FCD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110FCD is #EEF032. Grayscale: #242424. Windows color (decimal): -15659059 or 13438737. OLE color: 13438737.

HSL color Cylindrical-coordinate representation of color #110FCD: hue angle of 240.63º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #110FCD is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 17 15 205 -
CMYK 0.92 0.93 0 0.20
HSL 240.63º 0.86% 0.43% -
HSV(B) 240.63º 0.93% 0.8% -
XYZ 11.42 4.87 58.1 -
YUV 37.26 222.66 113.55 -
System Red Green Blue C M Y K H S L
Decimal 17 15 205 0.92 0.93 0 0.20 240.63 0.86 0.43
Hex 11 F CD 5C 5D 0 14 F1 56 2B
Octal 21 17 315 134 135 0 24 361 126 53
Binary 10001 1111 11001101 1011100 1011101 0 10100 11110001 1010110 101011

Color Harmonies of #110FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110FCD

Black with #110FCD

Text Example


Text Example

White with #110FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,15,205); }

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

background-color css

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

 a { background-color: rgb(17,15,205); }

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

border-color css

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

 span { border-color: rgb(17,15,205); }

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