#152FF2

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

Shades of Blue #152FF2

Tints of Blue #152FF2

Color information

#152FF2 (or 0x152FF2) is unknown color: approx Blue. HEX triplet: 15, 2F and F2. RGB value is (21,47,242). Sum of RGB (Red+Green+Blue) = 21+47+242=310 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.77% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 242 (94.92% from 255 or 78.06% from 310); Max value from RGB is 242 - color contains mainly: blue. Hex color #152FF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152FF2 is #EAD00D. Grayscale: #3C3C3C. Windows color (decimal): -15388686 or 15871765. OLE color: 15871765.

HSL color Cylindrical-coordinate representation of color #152FF2: hue angle of 232.94º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #152FF2 is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB2147242-
CMYK0.910.8100.05
HSL232.94º89.47%51.57%-
HSV(B)232.94º91.32%94.9%-
XYZ17.358.684.75-
YUV61.46229.8999.14-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.77%
GREEN value IS 47 (18.75% from 255) = 15.16%
BLUE value IS 242 (94.92% from 255) = 78.06%
R=6.77%
G=15.16%
B=78.06%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal21472420.910.8100.05232.9489.4751.57
Hex152FF25B5105e95934
Octal25573621331210535113164
Binary1010110111111110010101101110100010101111010011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152FF2; }

 p { color: rgb(21,47,242); }

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

<style>
 a { background-color: #152FF2; }

 a { background-color: rgb(21,47,242); }

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

<style>
 span { border-color: #152FF2; }

 span { border-color: rgb(21,47,242); }

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