#1037F9

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

Shades of Blue #1037F9

Tints of Blue #1037F9

Color information

#1037F9 (or 0x1037F9) is unknown color: approx Blue. HEX triplet: 10, 37 and F9. RGB value is (16,55,249). Sum of RGB (Red+Green+Blue) = 16+55+249=320 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 249 (97.66% from 255 or 77.81% from 320); Max value from RGB is 249 - color contains mainly: blue. Hex color #1037F9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1037F9 is #EFC806. Grayscale: #404040. Windows color (decimal): -15714311 or 16332560. OLE color: 16332560.

HSL color Cylindrical-coordinate representation of color #1037F9: hue angle of 229.96º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1037F9 is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1655249-
CMYK0.940.7800.02
HSL229.96º95.1%51.96%-
HSV(B)229.96º93.57%97.65%-
XYZ18.689.6890.51-
YUV65.46231.5892.73-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5%
GREEN value IS 55 (21.88% from 255) = 17.19%
BLUE value IS 249 (97.66% from 255) = 77.81%
R=5%
G=17.19%
B=77.81%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal16552490.940.7800.02229.9695.151.96
Hex1037F95E4E02e65f34
Octal20673711361160234613764
Binary100001101111111100110111101001110010111001101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1037F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1037F9; }

 p { color: rgb(16,55,249); }

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

<style>
 a { background-color: #1037F9; }

 a { background-color: rgb(16,55,249); }

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

<style>
 span { border-color: #1037F9; }

 span { border-color: rgb(16,55,249); }

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