#0524DA

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

Shades of Medium Blue #0524DA

Tints of Medium Blue #0524DA

Color information

#0524DA (or 0x0524DA) is unknown color: approx Medium Blue. HEX triplet: 05, 24 and DA. RGB value is (5,36,218). Sum of RGB (Red+Green+Blue) = 5+36+218=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 218 (85.55% from 255 or 84.17% from 259); Max value from RGB is 218 - color contains mainly: blue. Hex color #0524DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0524DA is #FADB25. Grayscale: #2E2E2E. Windows color (decimal): -16440102 or 14296069. OLE color: 14296069.

HSL color Cylindrical-coordinate representation of color #0524DA: hue angle of 231.27º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0524DA is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB536218-
CMYK0.980.8300.15
HSL231.27º95.52%43.73%-
HSV(B)231.27º97.71%85.49%-
XYZ13.356.3666.85-
YUV47.48224.2397.7-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.93%
GREEN value IS 36 (14.45% from 255) = 13.90%
BLUE value IS 218 (85.55% from 255) = 84.17%
R=1.93%
G=13.90%
B=84.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal5362180.980.8300.15231.2795.5243.73
Hex524DA62530Fe7602c
Octal54433214212301734714054
Binary101100100110110101100010101001101111111001111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0524DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0524DA; }

 p { color: rgb(5,36,218); }

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

<style>
 a { background-color: #0524DA; }

 a { background-color: rgb(5,36,218); }

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

<style>
 span { border-color: #0524DA; }

 span { border-color: rgb(5,36,218); }

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