Html Css Color HEX #110AE3 Medium Blue

📋 copy color: '#110AE3'

red 17 ◦ green 10 ◦ blue 227

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

Shades of Medium Blue #110AE3

Tints of Medium Blue #110AE3

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.94%

 BLUE value IS 227 (89.06% from 255) = 89.37%

R = 6.69%
G = 3.94%
B = 89.37%

CMYK

 C value IS 0.93

 M value IS 0.96

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#110AE3 (or 0x110AE3) is known color: Medium Blue. HEX triplet: 11, 0A and E3. RGB value is (17,10,227). Sum of RGB (Red+Green+Blue) = 17+10+227=254 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.69% from 254); Green value is 10 (4.30% from 255 or 3.94% from 254); Blue value is 227 (89.06% from 255 or 89.37% from 254); Max value from RGB is 227 - color contains mainly: blue. Hex color #110AE3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110AE3 is #EEF51C. Grayscale: #232323. Windows color (decimal): -15660317 or 14879249. OLE color: 14879249.

HSL color Cylindrical-coordinate representation of color #110AE3: hue angle of 241.94º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #110AE3 is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 17 10 227 -
CMYK 0.93 0.96 0 0.11
HSL 241.94º 0.92% 0.46% -
HSV(B) 241.94º 0.96% 0.89% -
XYZ 14.2 5.88 73.06 -
YUV 36.83 235.32 113.86 -
System Red Green Blue C M Y K H S L
Decimal 17 10 227 0.93 0.96 0 0.11 241.94 0.92 0.46
Hex 11 A E3 5D 60 0 B F2 5C 2E
Octal 21 12 343 135 140 0 13 362 134 56
Binary 10001 1010 11100011 1011101 1100000 0 1011 11110010 1011100 101110

Color Harmonies of #110AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110AE3

Black with #110AE3

Text Example


Text Example

White with #110AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,10,227); }

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

background-color css

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

 a { background-color: rgb(17,10,227); }

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

border-color css

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

 span { border-color: rgb(17,10,227); }

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