#2315FA

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

Shades of Blue #2315FA

Tints of Blue #2315FA

Color information

#2315FA (or 0x2315FA) is unknown color: approx Blue. HEX triplet: 23, 15 and FA. RGB value is (35,21,250). Sum of RGB (Red+Green+Blue) = 35+21+250=306 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.44% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 250 (98.05% from 255 or 81.70% from 306); Max value from RGB is 250 - color contains mainly: blue. Hex color #2315FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2315FA is #DCEA05. Grayscale: #323232. Windows color (decimal): -14477830 or 16389411. OLE color: 16389411.

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

Color convert

RGB3521250-
CMYK0.860.9200.02
HSL243.67º95.82%53.14%-
HSV(B)243.67º91.6%98.04%-
XYZ18.227.890.99-
YUV51.29240.14116.38-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.44%
GREEN value IS 21 (8.59% from 255) = 6.86%
BLUE value IS 250 (98.05% from 255) = 81.70%
R=11.44%
G=6.86%
B=81.70%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal35212500.860.9200.02243.6795.8253.14
Hex2315FA565C02f46035
Octal43253721261340236414065
Binary100011101011111101010101101011100010111101001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2315FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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