#1031FD

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

Shades of Blue #1031FD

Tints of Blue #1031FD

Color information

#1031FD (or 0x1031FD) is unknown color: approx Blue. HEX triplet: 10, 31 and FD. RGB value is (16,49,253). Sum of RGB (Red+Green+Blue) = 16+49+253=318 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.03% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 253 (99.22% from 255 or 79.56% from 318); Max value from RGB is 253 - color contains mainly: blue. Hex color #1031FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1031FD is #EFCE02. Grayscale: #3D3D3D. Windows color (decimal): -15715843 or 16593168. OLE color: 16593168.

HSL color Cylindrical-coordinate representation of color #1031FD: hue angle of 231.65º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1031FD is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB1649253-
CMYK0.940.8100.01
HSL231.65º98.34%52.75%-
HSV(B)231.65º93.68%99.22%-
XYZ19.049.493.74-
YUV62.39235.5794.91-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.03%
GREEN value IS 49 (19.53% from 255) = 15.41%
BLUE value IS 253 (99.22% from 255) = 79.56%
R=5.03%
G=15.41%
B=79.56%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal16492530.940.8100.01231.6598.3452.75
Hex1031FD5E5101e86235
Octal20613751361210135014265
Binary10000110001111111011011110101000101111010001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1031FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1031FD; }

 p { color: rgb(16,49,253); }

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

<style>
 a { background-color: #1031FD; }

 a { background-color: rgb(16,49,253); }

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

<style>
 span { border-color: #1031FD; }

 span { border-color: rgb(16,49,253); }

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