#1526f7

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

Shades of Blue #1526F7

Tints of Blue #1526F7

Color information

#1526F7 (or 0x1526F7) is unknown color: approx Blue. HEX triplet: 15, 26 and F7. RGB value is (21,38,247). Sum of RGB (Red+Green+Blue) = 21+38+247=306 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.86% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 247 (96.88% from 255 or 80.72% from 306); Max value from RGB is 247 - color contains mainly: blue. Hex color #1526F7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1526F7 is #EAD908. Grayscale: #373737. Windows color (decimal): -15390985 or 16197141. OLE color: 16197141.

HSL color Cylindrical-coordinate representation of color #1526F7: hue angle of 235.49º 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 #1526F7 is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB2138247-
CMYK0.910.8500.03
HSL235.49º93.39%52.55%-
HSV(B)235.49º91.5%96.86%-
XYZ17.798.2688.65-
YUV56.74235.37102.51-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.86%
GREEN value IS 38 (15.23% from 255) = 12.42%
BLUE value IS 247 (96.88% from 255) = 80.72%
R=6.86%
G=12.42%
B=80.72%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal21382470.910.8500.03235.4993.3952.55
Hex1526F75B5503eb5d35
Octal25463671331250335313565
Binary101011001101111011110110111010101011111010111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1526f7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1526f7; }

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

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

<style>
 a { background-color: #1526f7; }

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

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

<style>
 span { border-color: #1526f7; }

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

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