Html Css Color HEX #110CE0 Medium Blue

📋 copy color: '#110CE0'

red 17 ◦ green 12 ◦ blue 224

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

Shades of Medium Blue #110CE0

Tints of Medium Blue #110CE0

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.74%

 BLUE value IS 224 (87.89% from 255) = 88.54%

R = 6.72%
G = 4.74%
B = 88.54%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#110CE0 (or 0x110CE0) is known color: Medium Blue. HEX triplet: 11, 0C and E0. RGB value is (17,12,224). Sum of RGB (Red+Green+Blue) = 17+12+224=253 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.72% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 224 (87.89% from 255 or 88.54% from 253); Max value from RGB is 224 - color contains mainly: blue. Hex color #110CE0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110CE0 is #EEF31F. Grayscale: #242424. Windows color (decimal): -15659808 or 14683153. OLE color: 14683153.

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

Color convert

RGB 17 12 224 -
CMYK 0.92 0.95 0 0.12
HSL 241.42º 0.9% 0.46% -
HSV(B) 241.42º 0.95% 0.88% -
XYZ 13.82 5.76 70.91 -
YUV 37.66 233.16 113.26 -
System Red Green Blue C M Y K H S L
Decimal 17 12 224 0.92 0.95 0 0.12 241.42 0.9 0.46
Hex 11 C E0 5C 5F 0 C F1 5A 2E
Octal 21 14 340 134 137 0 14 361 132 56
Binary 10001 1100 11100000 1011100 1011111 0 1100 11110001 1011010 101110

Color Harmonies of #110CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110CE0

Black with #110CE0

Text Example


Text Example

White with #110CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,12,224); }

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

background-color css

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

 a { background-color: rgb(17,12,224); }

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

border-color css

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

 span { border-color: rgb(17,12,224); }

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