#0527EF

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

Shades of Blue #0527EF

Tints of Blue #0527EF

Color information

#0527EF (or 0x0527EF) is unknown color: approx Blue. HEX triplet: 05, 27 and EF. RGB value is (5,39,239). Sum of RGB (Red+Green+Blue) = 5+39+239=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 239 (93.75% from 255 or 84.45% from 283); Max value from RGB is 239 - color contains mainly: blue. Hex color #0527EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0527EF is #FAD810. Grayscale: #323232. Windows color (decimal): -16439313 or 15673093. OLE color: 15673093.

HSL color Cylindrical-coordinate representation of color #0527EF: hue angle of 231.28º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0527EF is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB539239-
CMYK0.980.8400.06
HSL231.28º95.9%47.84%-
HSV(B)231.28º97.91%93.73%-
XYZ16.377.7282.29-
YUV51.63233.7494.74-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.77%
GREEN value IS 39 (15.62% from 255) = 13.78%
BLUE value IS 239 (93.75% from 255) = 84.45%
R=1.77%
G=13.78%
B=84.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal5392390.980.8400.06231.2895.947.84
Hex527EF625406e76030
Octal5473571421240634714060
Binary10110011111101111110001010101000110111001111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0527EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0527EF; }

 p { color: rgb(5,39,239); }

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

<style>
 a { background-color: #0527EF; }

 a { background-color: rgb(5,39,239); }

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

<style>
 span { border-color: #0527EF; }

 span { border-color: rgb(5,39,239); }

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