Html Css Color HEX #053DDE Persian Blue

📋 copy color: '#053DDE'

red 5 ◦ green 61 ◦ blue 222

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

Shades of Persian Blue #053DDE

Tints of Persian Blue #053DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 77.08%

R = 1.74%
G = 21.18%
B = 77.08%

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

#053DDE (or 0x053DDE) is known color: Persian Blue. HEX triplet: 05, 3D and DE. RGB value is (5,61,222). Sum of RGB (Red+Green+Blue) = 5+61+222=288 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 222 (87.11% from 255 or 77.08% from 288); Max value from RGB is 222 - color contains mainly: blue. Hex color #053DDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053DDE is #FAC221. Grayscale: #3D3D3D. Windows color (decimal): -16433698 or 14564613. OLE color: 14564613.

HSL color Cylindrical-coordinate representation of color #053DDE: hue angle of 224.52º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053DDE is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 61 222 -
CMYK 0.98 0.73 0 0.13
HSL 224.52º 0.96% 0.45% -
HSV(B) 224.52º 0.98% 0.87% -
XYZ 14.92 8.64 69.99 -
YUV 62.61 217.95 86.91 -
System Red Green Blue C M Y K H S L
Decimal 5 61 222 0.98 0.73 0 0.13 224.52 0.96 0.45
Hex 5 3D DE 62 49 0 D E1 60 2D
Octal 5 75 336 142 111 0 15 341 140 55
Binary 101 111101 11011110 1100010 1001001 0 1101 11100001 1100000 101101

Color Harmonies of #053DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053DDE

Black with #053DDE

Text Example


Text Example

White with #053DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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