#1507F1

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

Shades of Blue #1507F1

Tints of Blue #1507F1

Color information

#1507F1 (or 0x1507F1) is unknown color: approx Blue. HEX triplet: 15, 07 and F1. RGB value is (21,7,241). Sum of RGB (Red+Green+Blue) = 21+7+241=269 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.81% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 241 (94.53% from 255 or 89.59% from 269); Max value from RGB is 241 - color contains mainly: blue. Hex color #1507F1 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1507F1 is #EAF80E. Grayscale: #242424. Windows color (decimal): -15398927 or 15795989. OLE color: 15795989.

HSL color Cylindrical-coordinate representation of color #1507F1: hue angle of 243.59º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1507F1 is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB217241-
CMYK0.910.9700.05
HSL243.59º94.35%48.63%-
HSV(B)243.59º97.1%94.51%-
XYZ16.266.6683.65-
YUV37.86242.64115.97-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.81%
GREEN value IS 7 (3.12% from 255) = 2.60%
BLUE value IS 241 (94.53% from 255) = 89.59%
R=7.81%
G=2.60%
B=89.59%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2172410.910.9700.05243.5994.3548.63
Hex157F15B6105f45e31
Octal2573611331410536413661
Binary1010111111110001101101111000010101111101001011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1507F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1507F1; }

 p { color: rgb(21,7,241); }

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

<style>
 a { background-color: #1507F1; }

 a { background-color: rgb(21,7,241); }

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

<style>
 span { border-color: #1507F1; }

 span { border-color: rgb(21,7,241); }

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