#1530F4

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

Shades of Blue #1530F4

Tints of Blue #1530F4

Color information

#1530F4 (or 0x1530F4) is unknown color: approx Blue. HEX triplet: 15, 30 and F4. RGB value is (21,48,244). Sum of RGB (Red+Green+Blue) = 21+48+244=313 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.71% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 244 (95.70% from 255 or 77.96% from 313); Max value from RGB is 244 - color contains mainly: blue. Hex color #1530F4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1530F4 is #EACF0B. Grayscale: #3D3D3D. Windows color (decimal): -15388428 or 16003093. OLE color: 16003093.

HSL color Cylindrical-coordinate representation of color #1530F4: hue angle of 232.74º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1530F4 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB2148244-
CMYK0.910.8000.04
HSL232.74º91.02%51.96%-
HSV(B)232.74º91.39%95.69%-
XYZ17.78.886.35-
YUV62.27230.5598.56-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.71%
GREEN value IS 48 (19.14% from 255) = 15.34%
BLUE value IS 244 (95.70% from 255) = 77.96%
R=6.71%
G=15.34%
B=77.96%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal21482440.910.8000.04232.7491.0251.96
Hex1530F45B5004e95b34
Octal25603641331200435113364
Binary1010111000011110100101101110100000100111010011011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1530F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1530F4; }

 p { color: rgb(21,48,244); }

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

<style>
 a { background-color: #1530F4; }

 a { background-color: rgb(21,48,244); }

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

<style>
 span { border-color: #1530F4; }

 span { border-color: rgb(21,48,244); }

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