#150DE7

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

Shades of Blue #150DE7

Tints of Blue #150DE7

Color information

#150DE7 (or 0x150DE7) is unknown color: approx Blue. HEX triplet: 15, 0D and E7. RGB value is (21,13,231). Sum of RGB (Red+Green+Blue) = 21+13+231=265 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.92% from 265); Green value is 13 (5.47% from 255 or 4.91% from 265); Blue value is 231 (90.62% from 255 or 87.17% from 265); Max value from RGB is 231 - color contains mainly: blue. Hex color #150DE7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #150DE7 is #EAF218. Grayscale: #272727. Windows color (decimal): -15397401 or 15142165. OLE color: 15142165.

HSL color Cylindrical-coordinate representation of color #150DE7: hue angle of 242.2º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150DE7 is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB2113231-
CMYK0.910.9400.09
HSL242.2º89.34%47.84%-
HSV(B)242.2º94.37%90.59%-
XYZ14.886.2276.02-
YUV40.24235.65114.27-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.92%
GREEN value IS 13 (5.47% from 255) = 4.91%
BLUE value IS 231 (90.62% from 255) = 87.17%
R=7.92%
G=4.91%
B=87.17%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal21132310.910.9400.09242.289.3447.84
Hex15DE75B5E09f25930
Octal251534713313601136213160
Binary101011101111001111011011101111001001111100101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #150DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #150DE7; }

 p { color: rgb(21,13,231); }

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

<style>
 a { background-color: #150DE7; }

 a { background-color: rgb(21,13,231); }

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

<style>
 span { border-color: #150DE7; }

 span { border-color: rgb(21,13,231); }

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