#052fef

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

Shades of Blue #052FEF

Tints of Blue #052FEF

Color information

#052FEF (or 0x052FEF) is unknown color: approx Blue. HEX triplet: 05, 2F and EF. RGB value is (5,47,239). Sum of RGB (Red+Green+Blue) = 5+47+239=291 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 291); Green value is 47 (18.75% from 255 or 16.15% from 291); Blue value is 239 (93.75% from 255 or 82.13% from 291); Max value from RGB is 239 - color contains mainly: blue. Hex color #052FEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052FEF is #FAD010. Grayscale: #373737. Windows color (decimal): -16437265 or 15675141. OLE color: 15675141.

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

Color convert

RGB547239-
CMYK0.980.8000.06
HSL229.23º95.9%47.84%-
HSV(B)229.23º97.91%93.73%-
XYZ16.668.382.38-
YUV56.33231.0991.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.72%
GREEN value IS 47 (18.75% from 255) = 16.15%
BLUE value IS 239 (93.75% from 255) = 82.13%
R=1.72%
G=16.15%
B=82.13%

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
Decimal5472390.980.8000.06229.2395.947.84
Hex52FEF625006e56030
Octal5573571421200634514060
Binary10110111111101111110001010100000110111001011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052fef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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