Html Css Color HEX #053FEC Persian Blue

📋 copy color: '#053FEC'

red 5 ◦ green 63 ◦ blue 236

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

Shades of Persian Blue #053FEC

Tints of Persian Blue #053FEC

RGB

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

 GREEN value IS 63 (25% from 255) = 20.72%

 BLUE value IS 236 (92.58% from 255) = 77.63%

R = 1.64%
G = 20.72%
B = 77.63%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#053FEC (or 0x053FEC) is known color: Persian Blue. HEX triplet: 05, 3F and EC. RGB value is (5,63,236). Sum of RGB (Red+Green+Blue) = 5+63+236=304 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 304); Green value is 63 (25% from 255 or 20.72% from 304); Blue value is 236 (92.58% from 255 or 77.63% from 304); Max value from RGB is 236 - color contains mainly: blue. Hex color #053FEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053FEC is #FAC013. Grayscale: #404040. Windows color (decimal): -16433172 or 15482629. OLE color: 15482629.

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

Color convert

RGB 5 63 236 -
CMYK 0.98 0.73 0 0.07
HSL 224.94º 0.96% 0.47% -
HSV(B) 224.94º 0.98% 0.93% -
XYZ 16.98 9.64 80.32 -
YUV 65.38 224.28 84.93 -
System Red Green Blue C M Y K H S L
Decimal 5 63 236 0.98 0.73 0 0.07 224.94 0.96 0.47
Hex 5 3F EC 62 49 0 7 E1 60 2F
Octal 5 77 354 142 111 0 7 341 140 57
Binary 101 111111 11101100 1100010 1001001 0 111 11100001 1100000 101111

Color Harmonies of #053FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053FEC

Black with #053FEC

Text Example


Text Example

White with #053FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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