#1130FE

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

Shades of Blue #1130FE

Tints of Blue #1130FE

Color information

#1130FE (or 0x1130FE) is unknown color: approx Blue. HEX triplet: 11, 30 and FE. RGB value is (17,48,254). Sum of RGB (Red+Green+Blue) = 17+48+254=319 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.33% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 254 (99.61% from 255 or 79.62% from 319); Max value from RGB is 254 - color contains mainly: blue. Hex color #1130FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1130FE is #EECF01. Grayscale: #3D3D3D. Windows color (decimal): -15650562 or 16658449. OLE color: 16658449.

HSL color Cylindrical-coordinate representation of color #1130FE: hue angle of 232.15º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1130FE is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB1748254-
CMYK0.930.8100.00
HSL232.15º99.16%53.14%-
HSV(B)232.15º93.31%99.61%-
XYZ19.189.3994.57-
YUV62.22236.2395.75-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.33%
GREEN value IS 48 (19.14% from 255) = 15.05%
BLUE value IS 254 (99.61% from 255) = 79.62%
R=5.33%
G=15.05%
B=79.62%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal17482540.930.8100.00232.1599.1653.14
Hex1130FE5D5100e86335
Octal21603761351210035014365
Binary10001110000111111101011101101000100111010001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1130FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1130FE; }

 p { color: rgb(17,48,254); }

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

<style>
 a { background-color: #1130FE; }

 a { background-color: rgb(17,48,254); }

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

<style>
 span { border-color: #1130FE; }

 span { border-color: rgb(17,48,254); }

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