Html Css Color HEX #053FCD Persian Blue

📋 copy color: '#053FCD'

red 5 ◦ green 63 ◦ blue 205

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

Shades of Persian Blue #053FCD

Tints of Persian Blue #053FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 75.09%

R = 1.83%
G = 23.08%
B = 75.09%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#053FCD (or 0x053FCD) is known color: Persian Blue. HEX triplet: 05, 3F and CD. RGB value is (5,63,205). Sum of RGB (Red+Green+Blue) = 5+63+205=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 205 (80.47% from 255 or 75.09% from 273); Max value from RGB is 205 - color contains mainly: blue. Hex color #053FCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053FCD is #FAC032. Grayscale: #3D3D3D. Windows color (decimal): -16433203 or 13451013. OLE color: 13451013.

HSL color Cylindrical-coordinate representation of color #053FCD: hue angle of 222.6º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053FCD is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 5 63 205 -
CMYK 0.98 0.69 0 0.20
HSL 222.6º 0.95% 0.41% -
HSV(B) 222.6º 0.98% 0.8% -
XYZ 12.86 8 58.62 -
YUV 61.85 208.78 87.45 -
System Red Green Blue C M Y K H S L
Decimal 5 63 205 0.98 0.69 0 0.20 222.6 0.95 0.41
Hex 5 3F CD 62 45 0 14 DF 5F 29
Octal 5 77 315 142 105 0 24 337 137 51
Binary 101 111111 11001101 1100010 1000101 0 10100 11011111 1011111 101001

Color Harmonies of #053FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053FCD

Black with #053FCD

Text Example


Text Example

White with #053FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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