#1017CC

Color #1017CC Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #1017CC

Tints of Medium Blue #1017CC

Color information

#1017CC (or 0x1017CC) is unknown color: approx Medium Blue. HEX triplet: 10, 17 and CC. RGB value is (16,23,204). Sum of RGB (Red+Green+Blue) = 16+23+204=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 204 (80.08% from 255 or 83.95% from 243); Max value from RGB is 204 - color contains mainly: blue. Hex color #1017CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1017CC is #EFE833. Grayscale: #282828. Windows color (decimal): -15722548 or 13375248. OLE color: 13375248.

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

Color convert

RGB1623204-
CMYK0.920.8900.2
HSL237.77º85.45%43.14%-
HSV(B)237.77º92.16%80%-
XYZ11.425.0857.51-
YUV41.54219.68109.78-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.58%
GREEN value IS 23 (9.38% from 255) = 9.47%
BLUE value IS 204 (80.08% from 255) = 83.95%
R=6.58%
G=9.47%
B=83.95%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal16232040.920.8900.2237.7785.4543.14
Hex1017CC5C59014ee552b
Octal202731413413102435612553
Binary10000101111100110010111001011001010100111011101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1017CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1017CC;
 }
 .AnyTagClassName
 {
   color: #1017CC;
 }
</style>
background-color css

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

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

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

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

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

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