#2315F7

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

Shades of Blue #2315F7

Tints of Blue #2315F7

Color information

#2315F7 (or 0x2315F7) is unknown color: approx Blue. HEX triplet: 23, 15 and F7. RGB value is (35,21,247). Sum of RGB (Red+Green+Blue) = 35+21+247=303 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.55% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 247 (96.88% from 255 or 81.52% from 303); Max value from RGB is 247 - color contains mainly: blue. Hex color #2315F7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2315F7 is #DCEA08. Grayscale: #323232. Windows color (decimal): -14477833 or 16192803. OLE color: 16192803.

HSL color Cylindrical-coordinate representation of color #2315F7: hue angle of 243.72º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2315F7 is Cyan = 0.86, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB3521247-
CMYK0.860.9100.03
HSL243.72º93.39%52.55%-
HSV(B)243.72º91.5%96.86%-
XYZ17.757.6188.53-
YUV50.95238.64116.62-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.55%
GREEN value IS 21 (8.59% from 255) = 6.93%
BLUE value IS 247 (96.88% from 255) = 81.52%
R=11.55%
G=6.93%
B=81.52%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal35212470.860.9100.03243.7293.3952.55
Hex2315F7565B03f45d35
Octal43253671261330336413565
Binary100011101011111011110101101011011011111101001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2315F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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