Html Css Color HEX #053CF7 Blue

📋 copy color: '#053CF7'

red 5 ◦ green 60 ◦ blue 247

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

Shades of Blue #053CF7

Tints of Blue #053CF7

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.23%

 BLUE value IS 247 (96.88% from 255) = 79.17%

R = 1.6%
G = 19.23%
B = 79.17%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#053CF7 (or 0x053CF7) is known color: Blue. HEX triplet: 05, 3C and F7. RGB value is (5,60,247). Sum of RGB (Red+Green+Blue) = 5+60+247=312 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 247 (96.88% from 255 or 79.17% from 312); Max value from RGB is 247 - color contains mainly: blue. Hex color #053CF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053CF7 is #FAC308. Grayscale: #404040. Windows color (decimal): -16433929 or 16202757. OLE color: 16202757.

HSL color Cylindrical-coordinate representation of color #053CF7: hue angle of 226.36º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053CF7 is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 5 60 247 -
CMYK 0.98 0.76 0 0.03
HSL 226.36º 0.96% 0.49% -
HSV(B) 226.36º 0.98% 0.97% -
XYZ 18.47 9.98 88.95 -
YUV 64.87 230.78 85.29 -
System Red Green Blue C M Y K H S L
Decimal 5 60 247 0.98 0.76 0 0.03 226.36 0.96 0.49
Hex 5 3C F7 62 4C 0 3 E2 60 31
Octal 5 74 367 142 114 0 3 342 140 61
Binary 101 111100 11110111 1100010 1001100 0 11 11100010 1100000 110001

Color Harmonies of #053CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053CF7

Black with #053CF7

Text Example


Text Example

White with #053CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,60,247); }

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

background-color css

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

 a { background-color: rgb(5,60,247); }

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

border-color css

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

 span { border-color: rgb(5,60,247); }

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