#0525FD

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

Shades of Blue #0525FD

Tints of Blue #0525FD

Color information

#0525FD (or 0x0525FD) is unknown color: approx Blue. HEX triplet: 05, 25 and FD. RGB value is (5,37,253). Sum of RGB (Red+Green+Blue) = 5+37+253=295 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 253 (99.22% from 255 or 85.76% from 295); Max value from RGB is 253 - color contains mainly: blue. Hex color #0525FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0525FD is #FADA02. Grayscale: #333333. Windows color (decimal): -16439811 or 16590085. OLE color: 16590085.

HSL color Cylindrical-coordinate representation of color #0525FD: hue angle of 232.26º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0525FD is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB537253-
CMYK0.980.8500.01
HSL232.26º98.41%50.59%-
HSV(B)232.26º98.02%99.22%-
XYZ18.458.4593.59-
YUV52.06241.494.44-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.69%
GREEN value IS 37 (14.84% from 255) = 12.54%
BLUE value IS 253 (99.22% from 255) = 85.76%
R=1.69%
G=12.54%
B=85.76%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal5372530.980.8500.01232.2698.4150.59
Hex525FD625501e86233
Octal5453751421250135014263
Binary101100101111111011100010101010101111010001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0525FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0525FD; }

 p { color: rgb(5,37,253); }

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

<style>
 a { background-color: #0525FD; }

 a { background-color: rgb(5,37,253); }

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

<style>
 span { border-color: #0525FD; }

 span { border-color: rgb(5,37,253); }

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