#1703C2

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

Shades of Medium Blue #1703C2

Tints of Medium Blue #1703C2

Color information

#1703C2 (or 0x1703C2) is unknown color: approx Medium Blue. HEX triplet: 17, 03 and C2. RGB value is (23,3,194). Sum of RGB (Red+Green+Blue) = 23+3+194=220 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.45% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 194 (76.17% from 255 or 88.18% from 220); Max value from RGB is 194 - color contains mainly: blue. Hex color #1703C2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1703C2 is #E8FC3D. Grayscale: #1E1E1E. Windows color (decimal): -15268926 or 12714775. OLE color: 12714775.

HSL color Cylindrical-coordinate representation of color #1703C2: hue angle of 246.28º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1703C2 is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB233194-
CMYK0.880.9800.24
HSL246.28º96.95%38.63%-
HSV(B)246.28º98.45%76.08%-
XYZ10.124.1451.3-
YUV30.75220.13122.47-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.45%
GREEN value IS 3 (1.56% from 255) = 1.36%
BLUE value IS 194 (76.17% from 255) = 88.18%
R=10.45%
G=1.36%
B=88.18%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal2331940.880.9800.24246.2896.9538.63
Hex173C25862018f66127
Octal27330213014203036614147
Binary10111111100001010110001100010011000111101101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1703C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1703C2; }

 p { color: rgb(23,3,194); }

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

<style>
 a { background-color: #1703C2; }

 a { background-color: rgb(23,3,194); }

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

<style>
 span { border-color: #1703C2; }

 span { border-color: rgb(23,3,194); }

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