Html Css Color HEX #053FDD Persian Blue

📋 copy color: '#053FDD'

red 5 ◦ green 63 ◦ blue 221

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

Shades of Persian Blue #053FDD

Tints of Persian Blue #053FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 76.47%

R = 1.73%
G = 21.8%
B = 76.47%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#053FDD (or 0x053FDD) is known color: Persian Blue. HEX triplet: 05, 3F and DD. RGB value is (5,63,221). Sum of RGB (Red+Green+Blue) = 5+63+221=289 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.73% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 221 (86.72% from 255 or 76.47% from 289); Max value from RGB is 221 - color contains mainly: blue. Hex color #053FDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053FDD is #FAC022. Grayscale: #3E3E3E. Windows color (decimal): -16433187 or 14499589. OLE color: 14499589.

HSL color Cylindrical-coordinate representation of color #053FDD: hue angle of 223.89º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053FDD is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 63 221 -
CMYK 0.98 0.71 0 0.13
HSL 223.89º 0.96% 0.44% -
HSV(B) 223.89º 0.98% 0.87% -
XYZ 14.89 8.81 69.32 -
YUV 63.67 216.78 86.15 -
System Red Green Blue C M Y K H S L
Decimal 5 63 221 0.98 0.71 0 0.13 223.89 0.96 0.44
Hex 5 3F DD 62 47 0 D E0 60 2C
Octal 5 77 335 142 107 0 15 340 140 54
Binary 101 111111 11011101 1100010 1000111 0 1101 11100000 1100000 101100

Color Harmonies of #053FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053FDD

Black with #053FDD

Text Example


Text Example

White with #053FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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