#151EEA

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

Shades of Blue #151EEA

Tints of Blue #151EEA

Color information

#151EEA (or 0x151EEA) is unknown color: approx Blue. HEX triplet: 15, 1E and EA. RGB value is (21,30,234). Sum of RGB (Red+Green+Blue) = 21+30+234=285 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.37% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 234 (91.80% from 255 or 82.11% from 285); Max value from RGB is 234 - color contains mainly: blue. Hex color #151EEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #151EEA is #EAE115. Grayscale: #313131. Windows color (decimal): -15393046 or 15343125. OLE color: 15343125.

HSL color Cylindrical-coordinate representation of color #151EEA: hue angle of 237.46º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #151EEA is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB2130234-
CMYK0.910.8700.08
HSL237.46º83.53%50%-
HSV(B)237.46º91.03%91.76%-
XYZ15.627.0378.38-
YUV50.56231.52106.91-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.37%
GREEN value IS 30 (12.11% from 255) = 10.53%
BLUE value IS 234 (91.80% from 255) = 82.11%
R=7.37%
G=10.53%
B=82.11%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal21302340.910.8700.08237.4683.5350
Hex151EEA5B5708ed5432
Octal253635213312701035512462
Binary1010111110111010101011011101011101000111011011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151EEA; }

 p { color: rgb(21,30,234); }

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

<style>
 a { background-color: #151EEA; }

 a { background-color: rgb(21,30,234); }

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

<style>
 span { border-color: #151EEA; }

 span { border-color: rgb(21,30,234); }

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