Html Css Color HEX #053CDA Persian Blue

📋 copy color: '#053CDA'

red 5 ◦ green 60 ◦ blue 218

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

Shades of Persian Blue #053CDA

Tints of Persian Blue #053CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 77.03%

R = 1.77%
G = 21.2%
B = 77.03%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#053CDA (or 0x053CDA) is known color: Persian Blue. HEX triplet: 05, 3C and DA. RGB value is (5,60,218). Sum of RGB (Red+Green+Blue) = 5+60+218=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 218 (85.55% from 255 or 77.03% from 283); Max value from RGB is 218 - color contains mainly: blue. Hex color #053CDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053CDA is #FAC325. Grayscale: #3C3C3C. Windows color (decimal): -16433958 or 14302213. OLE color: 14302213.

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

Color convert

RGB 5 60 218 -
CMYK 0.98 0.72 0 0.15
HSL 224.51º 0.96% 0.44% -
HSV(B) 224.51º 0.98% 0.85% -
XYZ 14.33 8.33 67.18 -
YUV 61.57 216.28 87.65 -
System Red Green Blue C M Y K H S L
Decimal 5 60 218 0.98 0.72 0 0.15 224.51 0.96 0.44
Hex 5 3C DA 62 48 0 F E1 60 2C
Octal 5 74 332 142 110 0 17 341 140 54
Binary 101 111100 11011010 1100010 1001000 0 1111 11100001 1100000 101100

Color Harmonies of #053CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053CDA

Black with #053CDA

Text Example


Text Example

White with #053CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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