Html Css Color HEX #053EE9 Persian Blue

📋 copy color: '#053EE9'

red 5 ◦ green 62 ◦ blue 233

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

Shades of Persian Blue #053EE9

Tints of Persian Blue #053EE9

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.67%

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

R = 1.67%
G = 20.67%
B = 77.67%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#053EE9 (or 0x053EE9) is known color: Persian Blue. HEX triplet: 05, 3E and E9. RGB value is (5,62,233). Sum of RGB (Red+Green+Blue) = 5+62+233=300 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 300); Green value is 62 (24.61% from 255 or 20.67% from 300); Blue value is 233 (91.41% from 255 or 77.67% from 300); Max value from RGB is 233 - color contains mainly: blue. Hex color #053EE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053EE9 is #FAC116. Grayscale: #3F3F3F. Windows color (decimal): -16433431 or 15285765. OLE color: 15285765.

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

Color convert

RGB 5 62 233 -
CMYK 0.98 0.73 0 0.09
HSL 225º 0.96% 0.47% -
HSV(B) 225º 0.98% 0.91% -
XYZ 16.49 9.36 78.03 -
YUV 64.45 223.12 85.6 -
System Red Green Blue C M Y K H S L
Decimal 5 62 233 0.98 0.73 0 0.09 225 0.96 0.47
Hex 5 3E E9 62 49 0 9 E1 60 2F
Octal 5 76 351 142 111 0 11 341 140 57
Binary 101 111110 11101001 1100010 1001001 0 1001 11100001 1100000 101111

Color Harmonies of #053EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053EE9

Black with #053EE9

Text Example


Text Example

White with #053EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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