#1700C8

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

Shades of Medium Blue #1700C8

Tints of Medium Blue #1700C8

Color information

#1700C8 (or 0x1700C8) is unknown color: approx Medium Blue. HEX triplet: 17, 00 and C8. RGB value is (23,0,200). Sum of RGB (Red+Green+Blue) = 23+0+200=223 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.31% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 200 (78.52% from 255 or 89.69% from 223); Max value from RGB is 200 - color contains mainly: blue. Hex color #1700C8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1700C8 is #E8FF37. Grayscale: #1C1C1C. Windows color (decimal): -15269688 or 13107223. OLE color: 13107223.

HSL color Cylindrical-coordinate representation of color #1700C8: hue angle of 246.9º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1700C8 is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB230200-
CMYK0.88100.22
HSL246.9º100%39.22%-
HSV(B)246.9º100%78.43%-
XYZ10.784.3554.92-
YUV29.68224.12123.24-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 200 (78.52% from 255) = 89.69%
R=10.31%
G=0%
B=89.69%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2302000.88100.22246.910039.22
Hex170C85864016f76427
Octal27031013014402636714447
Binary1011101100100010110001100100010110111101111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1700C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1700C8; }

 p { color: rgb(23,0,200); }

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

<style>
 a { background-color: #1700C8; }

 a { background-color: rgb(23,0,200); }

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

<style>
 span { border-color: #1700C8; }

 span { border-color: rgb(23,0,200); }

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