Html Css Color HEX #053CDD Persian Blue

📋 copy color: '#053CDD'

red 5 ◦ green 60 ◦ blue 221

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

Shades of Persian Blue #053CDD

Tints of Persian Blue #053CDD

RGB

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

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

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

R = 1.75%
G = 20.98%
B = 77.27%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#053CDD (or 0x053CDD) is known color: Persian Blue. HEX triplet: 05, 3C and DD. RGB value is (5,60,221). Sum of RGB (Red+Green+Blue) = 5+60+221=286 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 221 (86.72% from 255 or 77.27% from 286); Max value from RGB is 221 - color contains mainly: blue. Hex color #053CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053CDD is #FAC322. Grayscale: #3D3D3D. Windows color (decimal): -16433955 or 14498821. OLE color: 14498821.

HSL color Cylindrical-coordinate representation of color #053CDD: hue angle of 224.72º 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 #053CDD is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 60 221 -
CMYK 0.98 0.73 0 0.13
HSL 224.72º 0.96% 0.44% -
HSV(B) 224.72º 0.98% 0.87% -
XYZ 14.73 8.48 69.27 -
YUV 61.91 217.78 87.41 -
System Red Green Blue C M Y K H S L
Decimal 5 60 221 0.98 0.73 0 0.13 224.72 0.96 0.44
Hex 5 3C DD 62 49 0 D E1 60 2C
Octal 5 74 335 142 111 0 15 341 140 54
Binary 101 111100 11011101 1100010 1001001 0 1101 11100001 1100000 101100

Color Harmonies of #053CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053CDD

Black with #053CDD

Text Example


Text Example

White with #053CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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