Html Css Color HEX #1017BC Medium Blue

📋 copy color: '#1017BC'

red 16 ◦ green 23 ◦ blue 188

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

Shades of Medium Blue #1017BC

Tints of Medium Blue #1017BC

RGB

 RED value IS 16 (6.64% from 255) = 7.05%

 GREEN value IS 23 (9.38% from 255) = 10.13%

 BLUE value IS 188 (73.83% from 255) = 82.82%

R = 7.05%
G = 10.13%
B = 82.82%

CMYK

 C value IS 0.91

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1017BC (or 0x1017BC) is known color: Medium Blue. HEX triplet: 10, 17 and BC. RGB value is (16,23,188). Sum of RGB (Red+Green+Blue) = 16+23+188=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 188 (73.83% from 255 or 82.82% from 227); Max value from RGB is 188 - color contains mainly: blue. Hex color #1017BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1017BC is #EFE843. Grayscale: #272727. Windows color (decimal): -15722564 or 12326672. OLE color: 12326672.

HSL color Cylindrical-coordinate representation of color #1017BC: hue angle of 237.56º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1017BC is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 16 23 188 -
CMYK 0.91 0.88 0 0.26
HSL 237.56º 0.84% 0.4% -
HSV(B) 237.56º 0.91% 0.74% -
XYZ 9.6 4.35 47.91 -
YUV 39.72 211.68 111.08 -
System Red Green Blue C M Y K H S L
Decimal 16 23 188 0.91 0.88 0 0.26 237.56 0.84 0.4
Hex 10 17 BC 5B 58 0 1A EE 54 28
Octal 20 27 274 133 130 0 32 356 124 50
Binary 10000 10111 10111100 1011011 1011000 0 11010 11101110 1010100 101000

Color Harmonies of #1017BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1017BC

Black with #1017BC

Text Example


Text Example

White with #1017BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1017BC; }

 p { color: rgb(16,23,188); }

 H1.HeaderClassName
 {
   color: #1017BC;
 }
 .AnyTagClassName
 {
   color: #1017BC;
 }
</style>

background-color css

<style>
 a { background-color: #1017BC; }

 a { background-color: rgb(16,23,188); }

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

border-color css

<style>
 span { border-color: #1017BC; }

 span { border-color: rgb(16,23,188); }

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