Html Css Color HEX #053CDC Persian Blue

📋 copy color: '#053CDC'

red 5 ◦ green 60 ◦ blue 220

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

Shades of Persian Blue #053CDC

Tints of Persian Blue #053CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 77.19%

R = 1.75%
G = 21.05%
B = 77.19%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#053CDC (or 0x053CDC) is known color: Persian Blue. HEX triplet: 05, 3C and DC. RGB value is (5,60,220). Sum of RGB (Red+Green+Blue) = 5+60+220=285 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 220 (86.33% from 255 or 77.19% from 285); Max value from RGB is 220 - color contains mainly: blue. Hex color #053CDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053CDC is #FAC323. Grayscale: #3D3D3D. Windows color (decimal): -16433956 or 14433285. OLE color: 14433285.

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

Color convert

RGB 5 60 220 -
CMYK 0.98 0.73 0 0.14
HSL 224.65º 0.96% 0.44% -
HSV(B) 224.65º 0.98% 0.86% -
XYZ 14.6 8.43 68.57 -
YUV 61.8 217.28 87.49 -
System Red Green Blue C M Y K H S L
Decimal 5 60 220 0.98 0.73 0 0.14 224.65 0.96 0.44
Hex 5 3C DC 62 49 0 E E1 60 2C
Octal 5 74 334 142 111 0 16 341 140 54
Binary 101 111100 11011100 1100010 1001001 0 1110 11100001 1100000 101100

Color Harmonies of #053CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053CDC

Black with #053CDC

Text Example


Text Example

White with #053CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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