Html Css Color HEX #052EF8 Blue

📋 copy color: '#052EF8'

red 5 ◦ green 46 ◦ blue 248

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

Shades of Blue #052EF8

Tints of Blue #052EF8

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.38%

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

R = 1.67%
G = 15.38%
B = 82.94%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#052EF8 (or 0x052EF8) is known color: Blue. HEX triplet: 05, 2E and F8. RGB value is (5,46,248). Sum of RGB (Red+Green+Blue) = 5+46+248=299 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 299); Green value is 46 (18.36% from 255 or 15.38% from 299); Blue value is 248 (97.27% from 255 or 82.94% from 299); Max value from RGB is 248 - color contains mainly: blue. Hex color #052EF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052EF8 is #FAD107. Grayscale: #373737. Windows color (decimal): -16437512 or 16264709. OLE color: 16264709.

HSL color Cylindrical-coordinate representation of color #052EF8: hue angle of 229.88º 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 #052EF8 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 5 46 248 -
CMYK 0.98 0.81 0 0.03
HSL 229.88º 0.96% 0.5% -
HSV(B) 229.88º 0.98% 0.97% -
XYZ 17.98 8.76 89.55 -
YUV 56.77 235.92 91.07 -
System Red Green Blue C M Y K H S L
Decimal 5 46 248 0.98 0.81 0 0.03 229.88 0.96 0.5
Hex 5 2E F8 62 51 0 3 E6 60 32
Octal 5 56 370 142 121 0 3 346 140 62
Binary 101 101110 11111000 1100010 1010001 0 11 11100110 1100000 110010

Color Harmonies of #052EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052EF8

Black with #052EF8

Text Example


Text Example

White with #052EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052EF8; }

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

 H1.HeaderClassName
 {
   color: #052EF8;
 }
 .AnyTagClassName
 {
   color: #052EF8;
 }
</style>

background-color css

<style>
 a { background-color: #052EF8; }

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

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

border-color css

<style>
 span { border-color: #052EF8; }

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

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