#052BF9

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

Shades of Blue #052BF9

Tints of Blue #052BF9

Color information

#052BF9 (or 0x052BF9) is unknown color: approx Blue. HEX triplet: 05, 2B and F9. RGB value is (5,43,249). Sum of RGB (Red+Green+Blue) = 5+43+249=297 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 297); Green value is 43 (17.19% from 255 or 14.48% from 297); Blue value is 249 (97.66% from 255 or 83.84% from 297); Max value from RGB is 249 - color contains mainly: blue. Hex color #052BF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052BF9 is #FAD406. Grayscale: #363636. Windows color (decimal): -16438279 or 16329477. OLE color: 16329477.

HSL color Cylindrical-coordinate representation of color #052BF9: hue angle of 230.66º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052BF9 is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB543249-
CMYK0.980.8300.02
HSL230.66º96.06%49.8%-
HSV(B)230.66º97.99%97.65%-
XYZ18.038.690.33-
YUV55.12237.4192.25-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.68%
GREEN value IS 43 (17.19% from 255) = 14.48%
BLUE value IS 249 (97.66% from 255) = 83.84%
R=1.68%
G=14.48%
B=83.84%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal5432490.980.8300.02230.6696.0649.8
Hex52BF9625302e76032
Octal5533711421230234714062
Binary1011010111111100111000101010011010111001111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,43,249); }

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

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

 a { background-color: rgb(5,43,249); }

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

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

 span { border-color: rgb(5,43,249); }

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