Html Css Color HEX #053EFE Blue

📋 copy color: '#053EFE'

red 5 ◦ green 62 ◦ blue 254

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

Shades of Blue #053EFE

Tints of Blue #053EFE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.31%

 BLUE value IS 254 (99.61% from 255) = 79.13%

R = 1.56%
G = 19.31%
B = 79.13%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#053EFE (or 0x053EFE) is known color: Blue. HEX triplet: 05, 3E and FE. RGB value is (5,62,254). Sum of RGB (Red+Green+Blue) = 5+62+254=321 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 321); Green value is 62 (24.61% from 255 or 19.31% from 321); Blue value is 254 (99.61% from 255 or 79.13% from 321); Max value from RGB is 254 - color contains mainly: blue. Hex color #053EFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053EFE is #FAC101. Grayscale: #424242. Windows color (decimal): -16433410 or 16662021. OLE color: 16662021.

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

Color convert

RGB 5 62 254 -
CMYK 0.98 0.76 0 0.00
HSL 226.27º 0.99% 0.51% -
HSV(B) 226.27º 0.98% 1% -
XYZ 19.67 10.63 94.78 -
YUV 66.85 233.62 83.89 -
System Red Green Blue C M Y K H S L
Decimal 5 62 254 0.98 0.76 0 0.00 226.27 0.99 0.51
Hex 5 3E FE 62 4C 0 0 E2 63 33
Octal 5 76 376 142 114 0 0 342 143 63
Binary 101 111110 11111110 1100010 1001100 0 0 11100010 1100011 110011

Color Harmonies of #053EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053EFE

Black with #053EFE

Text Example


Text Example

White with #053EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,62,254); }

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

background-color css

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

 a { background-color: rgb(5,62,254); }

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

border-color css

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

 span { border-color: rgb(5,62,254); }

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