#1511FA

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

Shades of Blue #1511FA

Tints of Blue #1511FA

Color information

#1511FA (or 0x1511FA) is unknown color: approx Blue. HEX triplet: 15, 11 and FA. RGB value is (21,17,250). Sum of RGB (Red+Green+Blue) = 21+17+250=288 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.29% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 250 (98.05% from 255 or 86.81% from 288); Max value from RGB is 250 - color contains mainly: blue. Hex color #1511FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1511FA is #EAEE05. Grayscale: #2B2B2B. Windows color (decimal): -15396358 or 16388373. OLE color: 16388373.

HSL color Cylindrical-coordinate representation of color #1511FA: hue angle of 241.03º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1511FA is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB2117250-
CMYK0.920.9300.02
HSL241.03º95.88%52.35%-
HSV(B)241.03º93.2%98.04%-
XYZ17.777.4690.95-
YUV44.76243.83111.05-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.29%
GREEN value IS 17 (7.03% from 255) = 5.90%
BLUE value IS 250 (98.05% from 255) = 86.81%
R=7.29%
G=5.90%
B=86.81%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal21172500.920.9300.02241.0395.8852.35
Hex1511FA5C5D02f16034
Octal25213721341350236114064
Binary10101100011111101010111001011101010111100011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1511FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1511FA; }

 p { color: rgb(21,17,250); }

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

<style>
 a { background-color: #1511FA; }

 a { background-color: rgb(21,17,250); }

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

<style>
 span { border-color: #1511FA; }

 span { border-color: rgb(21,17,250); }

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