Html Css Color HEX #053CE9 Persian Blue

📋 copy color: '#053CE9'

red 5 ◦ green 60 ◦ blue 233

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

Shades of Persian Blue #053CE9

Tints of Persian Blue #053CE9

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.13%

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

R = 1.68%
G = 20.13%
B = 78.19%

CMYK

 C value IS 0.98

 M value IS 0.74

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#053CE9 (or 0x053CE9) is known color: Persian Blue. HEX triplet: 05, 3C and E9. RGB value is (5,60,233). Sum of RGB (Red+Green+Blue) = 5+60+233=298 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 233 (91.41% from 255 or 78.19% from 298); Max value from RGB is 233 - color contains mainly: blue. Hex color #053CE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053CE9 is #FAC316. Grayscale: #3E3E3E. Windows color (decimal): -16433943 or 15285253. OLE color: 15285253.

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

Color convert

RGB 5 60 233 -
CMYK 0.98 0.74 0 0.09
HSL 225.53º 0.96% 0.47% -
HSV(B) 225.53º 0.98% 0.91% -
XYZ 16.39 9.15 77.99 -
YUV 63.28 223.78 86.43 -
System Red Green Blue C M Y K H S L
Decimal 5 60 233 0.98 0.74 0 0.09 225.53 0.96 0.47
Hex 5 3C E9 62 4A 0 9 E2 60 2F
Octal 5 74 351 142 112 0 11 342 140 57
Binary 101 111100 11101001 1100010 1001010 0 1001 11100010 1100000 101111

Color Harmonies of #053CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053CE9

Black with #053CE9

Text Example


Text Example

White with #053CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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