#052FF0

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

Shades of Blue #052FF0

Tints of Blue #052FF0

Color information

#052FF0 (or 0x052FF0) is unknown color: approx Blue. HEX triplet: 05, 2F and F0. RGB value is (5,47,240). Sum of RGB (Red+Green+Blue) = 5+47+240=292 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 292); Green value is 47 (18.75% from 255 or 16.10% from 292); Blue value is 240 (94.14% from 255 or 82.19% from 292); Max value from RGB is 240 - color contains mainly: blue. Hex color #052FF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052FF0 is #FAD00F. Grayscale: #373737. Windows color (decimal): -16437264 or 15740677. OLE color: 15740677.

HSL color Cylindrical-coordinate representation of color #052FF0: hue angle of 229.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 #052FF0 is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB547240-
CMYK0.980.8000.06
HSL229.28º95.92%48.04%-
HSV(B)229.28º97.92%94.12%-
XYZ16.818.3683.17-
YUV56.44231.5991.31-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.71%
GREEN value IS 47 (18.75% from 255) = 16.10%
BLUE value IS 240 (94.14% from 255) = 82.19%
R=1.71%
G=16.10%
B=82.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal5472400.980.8000.06229.2895.9248.04
Hex52FF0625006e56030
Octal5573601421200634514060
Binary10110111111110000110001010100000110111001011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052FF0; }

 p { color: rgb(5,47,240); }

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

<style>
 a { background-color: #052FF0; }

 a { background-color: rgb(5,47,240); }

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

<style>
 span { border-color: #052FF0; }

 span { border-color: rgb(5,47,240); }

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