Html Css Color HEX #110CDE Medium Blue

📋 copy color: '#110CDE'

red 17 ◦ green 12 ◦ blue 222

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

Shades of Medium Blue #110CDE

Tints of Medium Blue #110CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 88.45%

R = 6.77%
G = 4.78%
B = 88.45%

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

#110CDE (or 0x110CDE) is known color: Medium Blue. HEX triplet: 11, 0C and DE. RGB value is (17,12,222). Sum of RGB (Red+Green+Blue) = 17+12+222=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 222 (87.11% from 255 or 88.45% from 251); Max value from RGB is 222 - color contains mainly: blue. Hex color #110CDE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110CDE is #EEF321. Grayscale: #242424. Windows color (decimal): -15659810 or 14552081. OLE color: 14552081.

HSL color Cylindrical-coordinate representation of color #110CDE: hue angle of 241.43º degrees, saturation: 0.9, 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 #110CDE is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 12 222 -
CMYK 0.92 0.95 0 0.13
HSL 241.43º 0.9% 0.46% -
HSV(B) 241.43º 0.95% 0.87% -
XYZ 13.55 5.66 69.48 -
YUV 37.44 232.16 113.42 -
System Red Green Blue C M Y K H S L
Decimal 17 12 222 0.92 0.95 0 0.13 241.43 0.9 0.46
Hex 11 C DE 5C 5F 0 D F1 5A 2E
Octal 21 14 336 134 137 0 15 361 132 56
Binary 10001 1100 11011110 1011100 1011111 0 1101 11110001 1011010 101110

Color Harmonies of #110CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110CDE

Black with #110CDE

Text Example


Text Example

White with #110CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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