#1815FA

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

Shades of Blue #1815FA

Tints of Blue #1815FA

Color information

#1815FA (or 0x1815FA) is unknown color: approx Blue. HEX triplet: 18, 15 and FA. RGB value is (24,21,250). Sum of RGB (Red+Green+Blue) = 24+21+250=295 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.14% from 295); Green value is 21 (8.59% from 255 or 7.12% 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 #1815FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1815FA is #E7EA05. Grayscale: #2F2F2F. Windows color (decimal): -15198726 or 16389400. OLE color: 16389400.

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

Color convert

RGB2421250-
CMYK0.900.9200.02
HSL240.79º95.82%53.14%-
HSV(B)240.79º91.6%98.04%-
XYZ17.97.6390.97-
YUV48241.99110.88-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24212500.900.9200.02240.7995.8253.14
Hex1815FA5A5C02f16035
Octal30253721321340236114065
Binary11000101011111101010110101011100010111100011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1815FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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