#1017F0

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

Shades of Blue #1017F0

Tints of Blue #1017F0

Color information

#1017F0 (or 0x1017F0) is unknown color: approx Blue. HEX triplet: 10, 17 and F0. RGB value is (16,23,240). Sum of RGB (Red+Green+Blue) = 16+23+240=279 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.73% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 240 (94.14% from 255 or 86.02% from 279); Max value from RGB is 240 - color contains mainly: blue. Hex color #1017F0 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1017F0 is #EFE80F. Grayscale: #2C2C2C. Windows color (decimal): -15722512 or 15734544. OLE color: 15734544.

HSL color Cylindrical-coordinate representation of color #1017F0: hue angle of 238.12º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1017F0 is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB1623240-
CMYK0.930.9000.06
HSL238.12º88.19%50.2%-
HSV(B)238.12º93.33%94.12%-
XYZ16.257.0182.94-
YUV45.64237.68106.86-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.73%
GREEN value IS 23 (9.38% from 255) = 8.24%
BLUE value IS 240 (94.14% from 255) = 86.02%
R=5.73%
G=8.24%
B=86.02%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal16232400.930.9000.06238.1288.1950.2
Hex1017F05D5A06ee5832
Octal20273601351320635613062
Binary100001011111110000101110110110100110111011101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1017F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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