#1915FA

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

Shades of Blue #1915FA

Tints of Blue #1915FA

Color information

#1915FA (or 0x1915FA) is unknown color: approx Blue. HEX triplet: 19, 15 and FA. RGB value is (25,21,250). Sum of RGB (Red+Green+Blue) = 25+21+250=296 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.45% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 250 (98.05% from 255 or 84.46% from 296); Max value from RGB is 250 - color contains mainly: blue. Hex color #1915FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1915FA is #E6EA05. Grayscale: #2F2F2F. Windows color (decimal): -15133190 or 16389401. OLE color: 16389401.

HSL color Cylindrical-coordinate representation of color #1915FA: hue angle of 241.05º 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 #1915FA is Cyan = 0.9, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB2521250-
CMYK0.90.9200.02
HSL241.05º95.82%53.14%-
HSV(B)241.05º91.6%98.04%-
XYZ17.927.6590.97-
YUV48.3241.83111.38-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.45%
GREEN value IS 21 (8.59% from 255) = 7.09%
BLUE value IS 250 (98.05% from 255) = 84.46%
R=8.45%
G=7.09%
B=84.46%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25212500.90.9200.02241.0595.8253.14
Hex1915FA5A5C02f16035
Octal31253721321340236114065
Binary11001101011111101010110101011100010111100011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1915FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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