#1139FC

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

Shades of Blue #1139FC

Tints of Blue #1139FC

Color information

#1139FC (or 0x1139FC) is unknown color: approx Blue. HEX triplet: 11, 39 and FC. RGB value is (17,57,252). Sum of RGB (Red+Green+Blue) = 17+57+252=326 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.21% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 252 (98.83% from 255 or 77.30% from 326); Max value from RGB is 252 - color contains mainly: blue. Hex color #1139FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1139FC is #EEC603. Grayscale: #424242. Windows color (decimal): -15648260 or 16529681. OLE color: 16529681.

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

Color convert

RGB1757252-
CMYK0.930.7700.01
HSL229.79º97.51%52.75%-
HSV(B)229.79º93.25%98.82%-
XYZ19.2610.0793.02-
YUV67.27232.2592.14-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.21%
GREEN value IS 57 (22.66% from 255) = 17.48%
BLUE value IS 252 (98.83% from 255) = 77.30%
R=5.21%
G=17.48%
B=77.30%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal17572520.930.7700.01229.7997.5152.75
Hex1139FC5D4D01e66235
Octal21713741351150134614265
Binary10001111001111111001011101100110101111001101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1139FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1139FC; }

 p { color: rgb(17,57,252); }

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

<style>
 a { background-color: #1139FC; }

 a { background-color: rgb(17,57,252); }

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

<style>
 span { border-color: #1139FC; }

 span { border-color: rgb(17,57,252); }

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