Html Css Color HEX #052EE9 Persian Blue

📋 copy color: '#052EE9'

red 5 ◦ green 46 ◦ blue 233

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

Shades of Persian Blue #052EE9

Tints of Persian Blue #052EE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 82.04%

R = 1.76%
G = 16.2%
B = 82.04%

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

#052EE9 (or 0x052EE9) is known color: Persian Blue. HEX triplet: 05, 2E and E9. RGB value is (5,46,233). Sum of RGB (Red+Green+Blue) = 5+46+233=284 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.76% from 284); Green value is 46 (18.36% from 255 or 16.20% from 284); Blue value is 233 (91.41% from 255 or 82.04% from 284); Max value from RGB is 233 - color contains mainly: blue. Hex color #052EE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052EE9 is #FAD116. Grayscale: #363636. Windows color (decimal): -16437527 or 15281669. OLE color: 15281669.

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

Color convert

RGB 5 46 233 -
CMYK 0.98 0.80 0 0.09
HSL 229.21º 0.96% 0.47% -
HSV(B) 229.21º 0.98% 0.91% -
XYZ 15.75 7.87 77.78 -
YUV 55.06 228.42 92.29 -
System Red Green Blue C M Y K H S L
Decimal 5 46 233 0.98 0.80 0 0.09 229.21 0.96 0.47
Hex 5 2E E9 62 50 0 9 E5 60 2F
Octal 5 56 351 142 120 0 11 345 140 57
Binary 101 101110 11101001 1100010 1010000 0 1001 11100101 1100000 101111

Color Harmonies of #052EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052EE9

Black with #052EE9

Text Example


Text Example

White with #052EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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