#0530F6

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

Shades of Blue #0530F6

Tints of Blue #0530F6

Color information

#0530F6 (or 0x0530F6) is unknown color: approx Blue. HEX triplet: 05, 30 and F6. RGB value is (5,48,246). Sum of RGB (Red+Green+Blue) = 5+48+246=299 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 246 (96.48% from 255 or 82.27% from 299); Max value from RGB is 246 - color contains mainly: blue. Hex color #0530F6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0530F6 is #FACF09. Grayscale: #383838. Windows color (decimal): -16437002 or 16134149. OLE color: 16134149.

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

Color convert

RGB548246-
CMYK0.980.8000.04
HSL229.29º96.02%49.22%-
HSV(B)229.29º97.97%96.47%-
XYZ17.758.887.95-
YUV57.72234.2590.4-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.67%
GREEN value IS 48 (19.14% from 255) = 16.05%
BLUE value IS 246 (96.48% from 255) = 82.27%
R=1.67%
G=16.05%
B=82.27%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal5482460.980.8000.04229.2996.0249.22
Hex530F6625004e56031
Octal5603661421200434514061
Binary10111000011110110110001010100000100111001011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0530F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0530F6; }

 p { color: rgb(5,48,246); }

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

<style>
 a { background-color: #0530F6; }

 a { background-color: rgb(5,48,246); }

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

<style>
 span { border-color: #0530F6; }

 span { border-color: rgb(5,48,246); }

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