#1215FD

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

Shades of Blue #1215FD

Tints of Blue #1215FD

Color information

#1215FD (or 0x1215FD) is unknown color: approx Blue. HEX triplet: 12, 15 and FD. RGB value is (18,21,253). Sum of RGB (Red+Green+Blue) = 18+21+253=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 253 (99.22% from 255 or 86.64% from 292); Max value from RGB is 253 - color contains mainly: blue. Hex color #1215FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1215FD is #EDEA02. Grayscale: #2D2D2D. Windows color (decimal): -15591939 or 16586002. OLE color: 16586002.

HSL color Cylindrical-coordinate representation of color #1215FD: hue angle of 239.23º 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 #1215FD is Cyan = 0.93, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB1821253-
CMYK0.930.9200.01
HSL239.23º98.33%53.14%-
HSV(B)239.23º92.89%99.22%-
XYZ18.257.7693.46-
YUV46.55244.51107.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.16%
GREEN value IS 21 (8.59% from 255) = 7.19%
BLUE value IS 253 (99.22% from 255) = 86.64%
R=6.16%
G=7.19%
B=86.64%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal18212530.930.9200.01239.2398.3353.14
Hex1215FD5D5C01ef6235
Octal22253751351340135714265
Binary1001010101111111011011101101110001111011111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1215FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1215FD; }

 p { color: rgb(18,21,253); }

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

<style>
 a { background-color: #1215FD; }

 a { background-color: rgb(18,21,253); }

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

<style>
 span { border-color: #1215FD; }

 span { border-color: rgb(18,21,253); }

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