#053FE7

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

Shades of Persian Blue #053FE7

Tints of Persian Blue #053FE7

Color information

#053FE7 (or 0x053FE7) is unknown color: approx Persian Blue. HEX triplet: 05, 3F and E7. RGB value is (5,63,231). Sum of RGB (Red+Green+Blue) = 5+63+231=299 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 299); Green value is 63 (25% from 255 or 21.07% from 299); Blue value is 231 (90.62% from 255 or 77.26% from 299); Max value from RGB is 231 - color contains mainly: blue. Hex color #053FE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053FE7 is #FAC018. Grayscale: #404040. Windows color (decimal): -16433177 or 15154949. OLE color: 15154949.

HSL color Cylindrical-coordinate representation of color #053FE7: hue angle of 224.6º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053FE7 is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB563231-
CMYK0.980.7300.09
HSL224.6º95.76%46.27%-
HSV(B)224.6º97.84%90.59%-
XYZ16.269.3676.55-
YUV64.81221.7885.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.67%
GREEN value IS 63 (25% from 255) = 21.07%
BLUE value IS 231 (90.62% from 255) = 77.26%
R=1.67%
G=21.07%
B=77.26%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal5632310.980.7300.09224.695.7646.27
Hex53FE7624909e1602e
Octal57734714211101134114056
Binary101111111111001111100010100100101001111000011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053FE7; }

 p { color: rgb(5,63,231); }

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

<style>
 a { background-color: #053FE7; }

 a { background-color: rgb(5,63,231); }

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

<style>
 span { border-color: #053FE7; }

 span { border-color: rgb(5,63,231); }

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