Html Css Color HEX #1107CC Medium Blue

📋 copy color: '#1107CC'

red 17 ◦ green 7 ◦ blue 204

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

Shades of Medium Blue #1107CC

Tints of Medium Blue #1107CC

RGB

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

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

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

R = 7.46%
G = 3.07%
B = 89.47%

CMYK

 C value IS 0.92

 M value IS 0.97

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1107CC (or 0x1107CC) is known color: Medium Blue. HEX triplet: 11, 07 and CC. RGB value is (17,7,204). Sum of RGB (Red+Green+Blue) = 17+7+204=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 204 (80.08% from 255 or 89.47% from 228); Max value from RGB is 204 - color contains mainly: blue. Hex color #1107CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1107CC is #EEF833. Grayscale: #1F1F1F. Windows color (decimal): -15661108 or 13371153. OLE color: 13371153.

HSL color Cylindrical-coordinate representation of color #1107CC: hue angle of 243.05º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1107CC is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 17 7 204 -
CMYK 0.92 0.97 0 0.2
HSL 243.05º 0.93% 0.41% -
HSV(B) 243.05º 0.97% 0.8% -
XYZ 11.21 4.63 57.43 -
YUV 32.45 224.81 116.98 -
System Red Green Blue C M Y K H S L
Decimal 17 7 204 0.92 0.97 0 0.2 243.05 0.93 0.41
Hex 11 7 CC 5C 61 0 14 F3 5D 29
Octal 21 7 314 134 141 0 24 363 135 51
Binary 10001 111 11001100 1011100 1100001 0 10100 11110011 1011101 101001

Color Harmonies of #1107CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1107CC

Black with #1107CC

Text Example


Text Example

White with #1107CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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