Html Css Color HEX #053BDD Persian Blue

📋 copy color: '#053BDD'

red 5 ◦ green 59 ◦ blue 221

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

Shades of Persian Blue #053BDD

Tints of Persian Blue #053BDD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.7%

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

R = 1.75%
G = 20.7%
B = 77.54%

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

#053BDD (or 0x053BDD) is known color: Persian Blue. HEX triplet: 05, 3B and DD. RGB value is (5,59,221). Sum of RGB (Red+Green+Blue) = 5+59+221=285 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 221 (86.72% from 255 or 77.54% from 285); Max value from RGB is 221 - color contains mainly: blue. Hex color #053BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053BDD is #FAC422. Grayscale: #3C3C3C. Windows color (decimal): -16434211 or 14498565. OLE color: 14498565.

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

Color convert

RGB 5 59 221 -
CMYK 0.98 0.73 0 0.13
HSL 225º 0.96% 0.44% -
HSV(B) 225º 0.98% 0.87% -
XYZ 14.68 8.38 69.25 -
YUV 61.32 218.11 87.83 -
System Red Green Blue C M Y K H S L
Decimal 5 59 221 0.98 0.73 0 0.13 225 0.96 0.44
Hex 5 3B DD 62 49 0 D E1 60 2C
Octal 5 73 335 142 111 0 15 341 140 54
Binary 101 111011 11011101 1100010 1001001 0 1101 11100001 1100000 101100

Color Harmonies of #053BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053BDD

Black with #053BDD

Text Example


Text Example

White with #053BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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