Html Css Color HEX #1107E4 Medium Blue

📋 copy color: '#1107E4'

red 17 ◦ green 7 ◦ blue 228

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

Shades of Medium Blue #1107E4

Tints of Medium Blue #1107E4

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.78%

 BLUE value IS 228 (89.45% from 255) = 90.48%

R = 6.75%
G = 2.78%
B = 90.48%

CMYK

 C value IS 0.93

 M value IS 0.97

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#1107E4 (or 0x1107E4) is known color: Medium Blue. HEX triplet: 11, 07 and E4. RGB value is (17,7,228). Sum of RGB (Red+Green+Blue) = 17+7+228=252 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.75% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 228 (89.45% from 255 or 90.48% from 252); Max value from RGB is 228 - color contains mainly: blue. Hex color #1107E4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1107E4 is #EEF81B. Grayscale: #222222. Windows color (decimal): -15661084 or 14944017. OLE color: 14944017.

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

Color convert

RGB 17 7 228 -
CMYK 0.93 0.97 0 0.11
HSL 242.71º 0.94% 0.46% -
HSV(B) 242.71º 0.97% 0.89% -
XYZ 14.31 5.87 73.78 -
YUV 35.18 236.81 115.03 -
System Red Green Blue C M Y K H S L
Decimal 17 7 228 0.93 0.97 0 0.11 242.71 0.94 0.46
Hex 11 7 E4 5D 61 0 B F3 5E 2E
Octal 21 7 344 135 141 0 13 363 136 56
Binary 10001 111 11100100 1011101 1100001 0 1011 11110011 1011110 101110

Color Harmonies of #1107E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1107E4

Black with #1107E4

Text Example


Text Example

White with #1107E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1107E4; }

 p { color: rgb(17,7,228); }

 H1.HeaderClassName
 {
   color: #1107E4;
 }
 .AnyTagClassName
 {
   color: #1107E4;
 }
</style>

background-color css

<style>
 a { background-color: #1107E4; }

 a { background-color: rgb(17,7,228); }

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

border-color css

<style>
 span { border-color: #1107E4; }

 span { border-color: rgb(17,7,228); }

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