Html Css Color HEX #053CD5 Persian Blue

📋 copy color: '#053CD5'

red 5 ◦ green 60 ◦ blue 213

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

Shades of Persian Blue #053CD5

Tints of Persian Blue #053CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 76.62%

R = 1.8%
G = 21.58%
B = 76.62%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#053CD5 (or 0x053CD5) is known color: Persian Blue. HEX triplet: 05, 3C and D5. RGB value is (5,60,213). Sum of RGB (Red+Green+Blue) = 5+60+213=278 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.80% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 213 (83.59% from 255 or 76.62% from 278); Max value from RGB is 213 - color contains mainly: blue. Hex color #053CD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053CD5 is #FAC32A. Grayscale: #3C3C3C. Windows color (decimal): -16433963 or 13974533. OLE color: 13974533.

HSL color Cylindrical-coordinate representation of color #053CD5: hue angle of 224.13º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053CD5 is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 5 60 213 -
CMYK 0.98 0.72 0 0.16
HSL 224.13º 0.95% 0.43% -
HSV(B) 224.13º 0.98% 0.84% -
XYZ 13.69 8.07 63.79 -
YUV 61 213.78 88.06 -
System Red Green Blue C M Y K H S L
Decimal 5 60 213 0.98 0.72 0 0.16 224.13 0.95 0.43
Hex 5 3C D5 62 48 0 10 E0 5F 2B
Octal 5 74 325 142 110 0 20 340 137 53
Binary 101 111100 11010101 1100010 1001000 0 10000 11100000 1011111 101011

Color Harmonies of #053CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053CD5

Black with #053CD5

Text Example


Text Example

White with #053CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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