Html Css Color HEX #053CF8 Blue

📋 copy color: '#053CF8'

red 5 ◦ green 60 ◦ blue 248

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

Shades of Blue #053CF8

Tints of Blue #053CF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 79.23%

R = 1.6%
G = 19.17%
B = 79.23%

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

#053CF8 (or 0x053CF8) is known color: Blue. HEX triplet: 05, 3C and F8. RGB value is (5,60,248). Sum of RGB (Red+Green+Blue) = 5+60+248=313 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 248 (97.27% from 255 or 79.23% from 313); Max value from RGB is 248 - color contains mainly: blue. Hex color #053CF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053CF8 is #FAC307. Grayscale: #404040. Windows color (decimal): -16433928 or 16268293. OLE color: 16268293.

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

Color convert

RGB 5 60 248 -
CMYK 0.98 0.76 0 0.03
HSL 226.42º 0.96% 0.5% -
HSV(B) 226.42º 0.98% 0.97% -
XYZ 18.62 10.04 89.76 -
YUV 64.99 231.28 85.21 -
System Red Green Blue C M Y K H S L
Decimal 5 60 248 0.98 0.76 0 0.03 226.42 0.96 0.5
Hex 5 3C F8 62 4C 0 3 E2 60 32
Octal 5 74 370 142 114 0 3 342 140 62
Binary 101 111100 11111000 1100010 1001100 0 11 11100010 1100000 110010

Color Harmonies of #053CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053CF8

Black with #053CF8

Text Example


Text Example

White with #053CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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