Html Css Color HEX #052EFD Blue

📋 copy color: '#052EFD'

red 5 ◦ green 46 ◦ blue 253

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

Shades of Blue #052EFD

Tints of Blue #052EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 83.22%

R = 1.64%
G = 15.13%
B = 83.22%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#052EFD (or 0x052EFD) is known color: Blue. HEX triplet: 05, 2E and FD. RGB value is (5,46,253). Sum of RGB (Red+Green+Blue) = 5+46+253=304 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 253 (99.22% from 255 or 83.22% from 304); Max value from RGB is 253 - color contains mainly: blue. Hex color #052EFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052EFD is #FAD102. Grayscale: #383838. Windows color (decimal): -16437507 or 16592389. OLE color: 16592389.

HSL color Cylindrical-coordinate representation of color #052EFD: hue angle of 230.08º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052EFD is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 5 46 253 -
CMYK 0.98 0.82 0 0.01
HSL 230.08º 0.98% 0.51% -
HSV(B) 230.08º 0.98% 0.99% -
XYZ 18.77 9.08 93.69 -
YUV 57.34 238.42 90.67 -
System Red Green Blue C M Y K H S L
Decimal 5 46 253 0.98 0.82 0 0.01 230.08 0.98 0.51
Hex 5 2E FD 62 52 0 1 E6 62 33
Octal 5 56 375 142 122 0 1 346 142 63
Binary 101 101110 11111101 1100010 1010010 0 1 11100110 1100010 110011

Color Harmonies of #052EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052EFD

Black with #052EFD

Text Example


Text Example

White with #052EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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