Html Css Color HEX #053AF9 Blue

📋 copy color: '#053AF9'

red 5 ◦ green 58 ◦ blue 249

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

Shades of Blue #053AF9

Tints of Blue #053AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 79.81%

R = 1.6%
G = 18.59%
B = 79.81%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#053AF9 (or 0x053AF9) is known color: Blue. HEX triplet: 05, 3A and F9. RGB value is (5,58,249). Sum of RGB (Red+Green+Blue) = 5+58+249=312 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 249 (97.66% from 255 or 79.81% from 312); Max value from RGB is 249 - color contains mainly: blue. Hex color #053AF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053AF9 is #FAC506. Grayscale: #3F3F3F. Windows color (decimal): -16434439 or 16333317. OLE color: 16333317.

HSL color Cylindrical-coordinate representation of color #053AF9: hue angle of 226.97º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053AF9 is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 5 58 249 -
CMYK 0.98 0.77 0 0.02
HSL 226.97º 0.96% 0.5% -
HSV(B) 226.97º 0.98% 0.98% -
XYZ 18.67 9.9 90.55 -
YUV 63.93 232.44 85.97 -
System Red Green Blue C M Y K H S L
Decimal 5 58 249 0.98 0.77 0 0.02 226.97 0.96 0.5
Hex 5 3A F9 62 4D 0 2 E3 60 32
Octal 5 72 371 142 115 0 2 343 140 62
Binary 101 111010 11111001 1100010 1001101 0 10 11100011 1100000 110010

Color Harmonies of #053AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053AF9

Black with #053AF9

Text Example


Text Example

White with #053AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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