Html Css Color HEX #053AFB Blue

📋 copy color: '#053AFB'

red 5 ◦ green 58 ◦ blue 251

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

Shades of Blue #053AFB

Tints of Blue #053AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 79.94%

R = 1.59%
G = 18.47%
B = 79.94%

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

#053AFB (or 0x053AFB) is known color: Blue. HEX triplet: 05, 3A and FB. RGB value is (5,58,251). Sum of RGB (Red+Green+Blue) = 5+58+251=314 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 251 (98.44% from 255 or 79.94% from 314); Max value from RGB is 251 - color contains mainly: blue. Hex color #053AFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053AFB is #FAC504. Grayscale: #3F3F3F. Windows color (decimal): -16434437 or 16464389. OLE color: 16464389.

HSL color Cylindrical-coordinate representation of color #053AFB: hue angle of 227.07º degrees, saturation: 0.97, 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 #053AFB is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 5 58 251 -
CMYK 0.98 0.77 0 0.02
HSL 227.07º 0.97% 0.5% -
HSV(B) 227.07º 0.98% 0.98% -
XYZ 18.99 10.02 92.2 -
YUV 64.16 233.44 85.81 -
System Red Green Blue C M Y K H S L
Decimal 5 58 251 0.98 0.77 0 0.02 227.07 0.97 0.5
Hex 5 3A FB 62 4D 0 2 E3 61 32
Octal 5 72 373 142 115 0 2 343 141 62
Binary 101 111010 11111011 1100010 1001101 0 10 11100011 1100001 110010

Color Harmonies of #053AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053AFB

Black with #053AFB

Text Example


Text Example

White with #053AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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