Html Css Color HEX #052EE7 Persian Blue

📋 copy color: '#052EE7'

red 5 ◦ green 46 ◦ blue 231

#052EE7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #052EE7

Tints of Persian Blue #052EE7

RGB

 RED value IS 5 (2.34% from 255) = 1.77%

 GREEN value IS 46 (18.36% from 255) = 16.31%

 BLUE value IS 231 (90.63% from 255) = 81.91%

R = 1.77%
G = 16.31%
B = 81.91%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#052EE7 (or 0x052EE7) is known color: Persian Blue. HEX triplet: 05, 2E and E7. RGB value is (5,46,231). Sum of RGB (Red+Green+Blue) = 5+46+231=282 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 282); Green value is 46 (18.36% from 255 or 16.31% from 282); Blue value is 231 (90.62% from 255 or 81.91% from 282); Max value from RGB is 231 - color contains mainly: blue. Hex color #052EE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052EE7 is #FAD118. Grayscale: #363636. Windows color (decimal): -16437529 or 15150597. OLE color: 15150597.

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

Color convert

RGB 5 46 231 -
CMYK 0.98 0.80 0 0.09
HSL 229.12º 0.96% 0.46% -
HSV(B) 229.12º 0.98% 0.91% -
XYZ 15.46 7.76 76.28 -
YUV 54.83 227.42 92.46 -
System Red Green Blue C M Y K H S L
Decimal 5 46 231 0.98 0.80 0 0.09 229.12 0.96 0.46
Hex 5 2E E7 62 50 0 9 E5 60 2E
Octal 5 56 347 142 120 0 11 345 140 56
Binary 101 101110 11100111 1100010 1010000 0 1001 11100101 1100000 101110

Color Harmonies of #052EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052EE7

Black with #052EE7

Text Example


Text Example

White with #052EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #052EE7;
 }
 .AnyTagClassName
 {
   color: #052EE7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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