Html Css Color HEX #110FCC Medium Blue

📋 copy color: '#110FCC'

red 17 ◦ green 15 ◦ blue 204

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

Shades of Medium Blue #110FCC

Tints of Medium Blue #110FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 86.44%

R = 7.2%
G = 6.36%
B = 86.44%

CMYK

 C value IS 0.92

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#110FCC (or 0x110FCC) is known color: Medium Blue. HEX triplet: 11, 0F and CC. RGB value is (17,15,204). Sum of RGB (Red+Green+Blue) = 17+15+204=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 15 (6.25% from 255 or 6.36% from 236); Blue value is 204 (80.08% from 255 or 86.44% from 236); Max value from RGB is 204 - color contains mainly: blue. Hex color #110FCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110FCC is #EEF033. Grayscale: #242424. Windows color (decimal): -15659060 or 13373201. OLE color: 13373201.

HSL color Cylindrical-coordinate representation of color #110FCC: 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 #110FCC is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 17 15 204 -
CMYK 0.92 0.93 0 0.2
HSL 240.63º 0.86% 0.43% -
HSV(B) 240.63º 0.93% 0.8% -
XYZ 11.3 4.82 57.46 -
YUV 37.14 222.16 113.63 -
System Red Green Blue C M Y K H S L
Decimal 17 15 204 0.92 0.93 0 0.2 240.63 0.86 0.43
Hex 11 F CC 5C 5D 0 14 F1 56 2B
Octal 21 17 314 134 135 0 24 361 126 53
Binary 10001 1111 11001100 1011100 1011101 0 10100 11110001 1010110 101011

Color Harmonies of #110FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110FCC

Black with #110FCC

Text Example


Text Example

White with #110FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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