#1518FA

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

Shades of Blue #1518FA

Tints of Blue #1518FA

Color information

#1518FA (or 0x1518FA) is unknown color: approx Blue. HEX triplet: 15, 18 and FA. RGB value is (21,24,250). Sum of RGB (Red+Green+Blue) = 21+24+250=295 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.12% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 250 (98.05% from 255 or 84.75% from 295); Max value from RGB is 250 - color contains mainly: blue. Hex color #1518FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1518FA is #EAE705. Grayscale: #2F2F2F. Windows color (decimal): -15394566 or 16390165. OLE color: 16390165.

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

Color convert

RGB2124250-
CMYK0.920.9000.02
HSL239.21º95.82%53.14%-
HSV(B)239.21º91.6%98.04%-
XYZ17.897.7190.99-
YUV48.87241.51108.12-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.12%
GREEN value IS 24 (9.77% from 255) = 8.14%
BLUE value IS 250 (98.05% from 255) = 84.75%
R=7.12%
G=8.14%
B=84.75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal21242500.920.9000.02239.2195.8253.14
Hex1518FA5C5A02ef6035
Octal25303721341320235714065
Binary10101110001111101010111001011010010111011111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1518FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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