Html Css Color HEX #053AFD Blue

📋 copy color: '#053AFD'

red 5 ◦ green 58 ◦ blue 253

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

Shades of Blue #053AFD

Tints of Blue #053AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 80.06%

R = 1.58%
G = 18.35%
B = 80.06%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#053AFD (or 0x053AFD) is known color: Blue. HEX triplet: 05, 3A and FD. RGB value is (5,58,253). Sum of RGB (Red+Green+Blue) = 5+58+253=316 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 253 (99.22% from 255 or 80.06% from 316); Max value from RGB is 253 - color contains mainly: blue. Hex color #053AFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053AFD is #FAC502. Grayscale: #3F3F3F. Windows color (decimal): -16434435 or 16595461. OLE color: 16595461.

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

Color convert

RGB 5 58 253 -
CMYK 0.98 0.77 0 0.01
HSL 227.18º 0.98% 0.51% -
HSV(B) 227.18º 0.98% 0.99% -
XYZ 19.31 10.15 93.87 -
YUV 64.38 234.44 85.64 -
System Red Green Blue C M Y K H S L
Decimal 5 58 253 0.98 0.77 0 0.01 227.18 0.98 0.51
Hex 5 3A FD 62 4D 0 1 E3 62 33
Octal 5 72 375 142 115 0 1 343 142 63
Binary 101 111010 11111101 1100010 1001101 0 1 11100011 1100010 110011

Color Harmonies of #053AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053AFD

Black with #053AFD

Text Example


Text Example

White with #053AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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