Html Css Color HEX #053BFF Blue

📋 copy color: '#053BFF'

red 5 ◦ green 59 ◦ blue 255

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

Shades of Blue #053BFF

Tints of Blue #053BFF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.5%

 BLUE value IS 255 (100% from 255) = 79.94%

R = 1.57%
G = 18.5%
B = 79.94%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#053BFF (or 0x053BFF) is known color: Blue. HEX triplet: 05, 3B and FF. RGB value is (5,59,255). Sum of RGB (Red+Green+Blue) = 5+59+255=319 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 319); Green value is 59 (23.44% from 255 or 18.50% from 319); Blue value is 255 (100% from 255 or 79.94% from 319); Max value from RGB is 255 - color contains mainly: blue. Hex color #053BFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053BFF is #FAC400. Grayscale: #404040. Windows color (decimal): -16434177 or 16726789. OLE color: 16726789.

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

Color convert

RGB 5 59 255 -
CMYK 0.98 0.77 0 0
HSL 227.04º 1% 0.51% -
HSV(B) 227.04º 0.98% 1% -
XYZ 19.68 10.38 95.57 -
YUV 65.2 235.11 85.06 -
System Red Green Blue C M Y K H S L
Decimal 5 59 255 0.98 0.77 0 0 227.04 1 0.51
Hex 5 3B FF 62 4D 0 0 E3 64 33
Octal 5 73 377 142 115 0 0 343 144 63
Binary 101 111011 11111111 1100010 1001101 0 0 11100011 1100100 110011

Color Harmonies of #053BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053BFF

Black with #053BFF

Text Example


Text Example

White with #053BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,59,255); }

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

background-color css

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

 a { background-color: rgb(5,59,255); }

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

border-color css

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

 span { border-color: rgb(5,59,255); }

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