Html Css Color HEX #053BFA Blue

📋 copy color: '#053BFA'

red 5 ◦ green 59 ◦ blue 250

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

Shades of Blue #053BFA

Tints of Blue #053BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 79.62%

R = 1.59%
G = 18.79%
B = 79.62%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#053BFA (or 0x053BFA) is known color: Blue. HEX triplet: 05, 3B and FA. RGB value is (5,59,250). Sum of RGB (Red+Green+Blue) = 5+59+250=314 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 250 (98.05% from 255 or 79.62% from 314); Max value from RGB is 250 - color contains mainly: blue. Hex color #053BFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053BFA is #FAC405. Grayscale: #3F3F3F. Windows color (decimal): -16434182 or 16399109. OLE color: 16399109.

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

Color convert

RGB 5 59 250 -
CMYK 0.98 0.76 0 0.02
HSL 226.78º 0.96% 0.5% -
HSV(B) 226.78º 0.98% 0.98% -
XYZ 18.88 10.06 91.39 -
YUV 64.63 232.61 85.47 -
System Red Green Blue C M Y K H S L
Decimal 5 59 250 0.98 0.76 0 0.02 226.78 0.96 0.5
Hex 5 3B FA 62 4C 0 2 E3 60 32
Octal 5 73 372 142 114 0 2 343 140 62
Binary 101 111011 11111010 1100010 1001100 0 10 11100011 1100000 110010

Color Harmonies of #053BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053BFA

Black with #053BFA

Text Example


Text Example

White with #053BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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