Html Css Color HEX #053AF2 Persian Blue

📋 copy color: '#053AF2'

red 5 ◦ green 58 ◦ blue 242

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

Shades of Persian Blue #053AF2

Tints of Persian Blue #053AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 79.34%

R = 1.64%
G = 19.02%
B = 79.34%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#053AF2 (or 0x053AF2) is known color: Persian Blue. HEX triplet: 05, 3A and F2. RGB value is (5,58,242). Sum of RGB (Red+Green+Blue) = 5+58+242=305 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 242 (94.92% from 255 or 79.34% from 305); Max value from RGB is 242 - color contains mainly: blue. Hex color #053AF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053AF2 is #FAC50D. Grayscale: #3E3E3E. Windows color (decimal): -16434446 or 15874565. OLE color: 15874565.

HSL color Cylindrical-coordinate representation of color #053AF2: hue angle of 226.58º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053AF2 is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 5 58 242 -
CMYK 0.98 0.76 0 0.05
HSL 226.58º 0.96% 0.48% -
HSV(B) 226.58º 0.98% 0.95% -
XYZ 17.6 9.47 84.9 -
YUV 63.13 228.94 86.54 -
System Red Green Blue C M Y K H S L
Decimal 5 58 242 0.98 0.76 0 0.05 226.58 0.96 0.48
Hex 5 3A F2 62 4C 0 5 E3 60 30
Octal 5 72 362 142 114 0 5 343 140 60
Binary 101 111010 11110010 1100010 1001100 0 101 11100011 1100000 110000

Color Harmonies of #053AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053AF2

Black with #053AF2

Text Example


Text Example

White with #053AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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