#152AFD

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

Shades of Blue #152AFD

Tints of Blue #152AFD

Color information

#152AFD (or 0x152AFD) is unknown color: approx Blue. HEX triplet: 15, 2A and FD. RGB value is (21,42,253). Sum of RGB (Red+Green+Blue) = 21+42+253=316 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.65% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 253 (99.22% from 255 or 80.06% from 316); Max value from RGB is 253 - color contains mainly: blue. Hex color #152AFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #152AFD is #EAD502. Grayscale: #3A3A3A. Windows color (decimal): -15389955 or 16591381. OLE color: 16591381.

HSL color Cylindrical-coordinate representation of color #152AFD: hue angle of 234.57º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #152AFD is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB2142253-
CMYK0.920.8300.01
HSL234.57º98.31%53.73%-
HSV(B)234.57º91.7%99.22%-
XYZ18.878.9193.65-
YUV59.78237.04100.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.65%
GREEN value IS 42 (16.80% from 255) = 13.29%
BLUE value IS 253 (99.22% from 255) = 80.06%
R=6.65%
G=13.29%
B=80.06%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal21422530.920.8300.01234.5798.3153.73
Hex152AFD5C5301eb6236
Octal25523751341230135314266
Binary10101101010111111011011100101001101111010111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,42,253); }

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

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

 a { background-color: rgb(21,42,253); }

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

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

 span { border-color: rgb(21,42,253); }

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