#1507EE

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

Shades of Blue #1507EE

Tints of Blue #1507EE

Color information

#1507EE (or 0x1507EE) is unknown color: approx Blue. HEX triplet: 15, 07 and EE. RGB value is (21,7,238). Sum of RGB (Red+Green+Blue) = 21+7+238=266 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.89% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 238 (93.36% from 255 or 89.47% from 266); Max value from RGB is 238 - color contains mainly: blue. Hex color #1507EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1507EE is #EAF811. Grayscale: #242424. Windows color (decimal): -15398930 or 15599381. OLE color: 15599381.

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

Color convert

RGB217238-
CMYK0.910.9700.07
HSL243.64º94.29%48.04%-
HSV(B)243.64º97.06%93.33%-
XYZ15.826.4881.31-
YUV37.52241.14116.22-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.89%
GREEN value IS 7 (3.12% from 255) = 2.63%
BLUE value IS 238 (93.36% from 255) = 89.47%
R=7.89%
G=2.63%
B=89.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2172380.910.9700.07243.6494.2948.04
Hex157EE5B6107f45e30
Octal2573561331410736413660
Binary1010111111101110101101111000010111111101001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1507EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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