Html Css Color HEX #053DCF Persian Blue

📋 copy color: '#053DCF'

red 5 ◦ green 61 ◦ blue 207

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

Shades of Persian Blue #053DCF

Tints of Persian Blue #053DCF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.34%

 BLUE value IS 207 (81.25% from 255) = 75.82%

R = 1.83%
G = 22.34%
B = 75.82%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#053DCF (or 0x053DCF) is known color: Persian Blue. HEX triplet: 05, 3D and CF. RGB value is (5,61,207). Sum of RGB (Red+Green+Blue) = 5+61+207=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 207 (81.25% from 255 or 75.82% from 273); Max value from RGB is 207 - color contains mainly: blue. Hex color #053DCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053DCF is #FAC230. Grayscale: #3C3C3C. Windows color (decimal): -16433713 or 13581573. OLE color: 13581573.

HSL color Cylindrical-coordinate representation of color #053DCF: hue angle of 223.37º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053DCF is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 5 61 207 -
CMYK 0.98 0.71 0 0.19
HSL 223.37º 0.95% 0.42% -
HSV(B) 223.37º 0.98% 0.81% -
XYZ 12.99 7.87 59.87 -
YUV 60.9 210.45 88.13 -
System Red Green Blue C M Y K H S L
Decimal 5 61 207 0.98 0.71 0 0.19 223.37 0.95 0.42
Hex 5 3D CF 62 47 0 13 DF 5F 2A
Octal 5 75 317 142 107 0 23 337 137 52
Binary 101 111101 11001111 1100010 1000111 0 10011 11011111 1011111 101010

Color Harmonies of #053DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053DCF

Black with #053DCF

Text Example


Text Example

White with #053DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,61,207); }

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

background-color css

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

 a { background-color: rgb(5,61,207); }

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

border-color css

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

 span { border-color: rgb(5,61,207); }

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