Html Css Color HEX #053FD7 Persian Blue

📋 copy color: '#053FD7'

red 5 ◦ green 63 ◦ blue 215

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

Shades of Persian Blue #053FD7

Tints of Persian Blue #053FD7

RGB

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

 GREEN value IS 63 (25% from 255) = 22.26%

 BLUE value IS 215 (84.38% from 255) = 75.97%

R = 1.77%
G = 22.26%
B = 75.97%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#053FD7 (or 0x053FD7) is known color: Persian Blue. HEX triplet: 05, 3F and D7. RGB value is (5,63,215). Sum of RGB (Red+Green+Blue) = 5+63+215=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 63 (25% from 255 or 22.26% from 283); Blue value is 215 (84.38% from 255 or 75.97% from 283); Max value from RGB is 215 - color contains mainly: blue. Hex color #053FD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053FD7 is #FAC028. Grayscale: #3E3E3E. Windows color (decimal): -16433193 or 14106373. OLE color: 14106373.

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

Color convert

RGB 5 63 215 -
CMYK 0.98 0.71 0 0.16
HSL 223.43º 0.95% 0.43% -
HSV(B) 223.43º 0.98% 0.84% -
XYZ 14.11 8.49 65.19 -
YUV 62.99 213.78 86.64 -
System Red Green Blue C M Y K H S L
Decimal 5 63 215 0.98 0.71 0 0.16 223.43 0.95 0.43
Hex 5 3F D7 62 47 0 10 DF 5F 2B
Octal 5 77 327 142 107 0 20 337 137 53
Binary 101 111111 11010111 1100010 1000111 0 10000 11011111 1011111 101011

Color Harmonies of #053FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053FD7

Black with #053FD7

Text Example


Text Example

White with #053FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,63,215); }

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

background-color css

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

 a { background-color: rgb(5,63,215); }

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

border-color css

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

 span { border-color: rgb(5,63,215); }

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