#1704FA

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

Shades of Blue #1704FA

Tints of Blue #1704FA

Color information

#1704FA (or 0x1704FA) is unknown color: approx Blue. HEX triplet: 17, 04 and FA. RGB value is (23,4,250). Sum of RGB (Red+Green+Blue) = 23+4+250=277 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.30% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 250 (98.05% from 255 or 90.25% from 277); Max value from RGB is 250 - color contains mainly: blue. Hex color #1704FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1704FA is #E8FB05. Grayscale: #242424. Windows color (decimal): -15268614 or 16385047. OLE color: 16385047.

HSL color Cylindrical-coordinate representation of color #1704FA: hue angle of 244.63º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1704FA is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234250-
CMYK0.910.9800.02
HSL244.63º96.85%49.8%-
HSV(B)244.63º98.4%98.04%-
XYZ17.657.1790.9-
YUV37.72247.79117.5-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 8.30%
GREEN value IS 4 (1.95% from 255) = 1.44%
BLUE value IS 250 (98.05% from 255) = 90.25%
R=8.30%
G=1.44%
B=90.25%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342500.910.9800.02244.6396.8549.8
Hex174FA5B6202f56132
Octal2743721331420236514162
Binary101111001111101010110111100010010111101011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1704FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1704FA; }

 p { color: rgb(23,4,250); }

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

<style>
 a { background-color: #1704FA; }

 a { background-color: rgb(23,4,250); }

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

<style>
 span { border-color: #1704FA; }

 span { border-color: rgb(23,4,250); }

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