Html Css Color HEX #053ADF Persian Blue

📋 copy color: '#053ADF'

red 5 ◦ green 58 ◦ blue 223

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

Shades of Persian Blue #053ADF

Tints of Persian Blue #053ADF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.28%

 BLUE value IS 223 (87.5% from 255) = 77.97%

R = 1.75%
G = 20.28%
B = 77.97%

CMYK

 C value IS 0.98

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#053ADF (or 0x053ADF) is known color: Persian Blue. HEX triplet: 05, 3A and DF. RGB value is (5,58,223). Sum of RGB (Red+Green+Blue) = 5+58+223=286 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 223 (87.5% from 255 or 77.97% from 286); Max value from RGB is 223 - color contains mainly: blue. Hex color #053ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053ADF is #FAC520. Grayscale: #3C3C3C. Windows color (decimal): -16434465 or 14629381. OLE color: 14629381.

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

Color convert

RGB 5 58 223 -
CMYK 0.98 0.74 0 0.13
HSL 225.41º 0.96% 0.45% -
HSV(B) 225.41º 0.98% 0.87% -
XYZ 14.89 8.39 70.65 -
YUV 60.96 219.44 88.08 -
System Red Green Blue C M Y K H S L
Decimal 5 58 223 0.98 0.74 0 0.13 225.41 0.96 0.45
Hex 5 3A DF 62 4A 0 D E1 60 2D
Octal 5 72 337 142 112 0 15 341 140 55
Binary 101 111010 11011111 1100010 1001010 0 1101 11100001 1100000 101101

Color Harmonies of #053ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053ADF

Black with #053ADF

Text Example


Text Example

White with #053ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,58,223); }

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

background-color css

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

 a { background-color: rgb(5,58,223); }

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

border-color css

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

 span { border-color: rgb(5,58,223); }

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