Html Css Color HEX #052EED Blue

📋 copy color: '#052EED'

red 5 ◦ green 46 ◦ blue 237

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

Shades of Blue #052EED

Tints of Blue #052EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 82.29%

R = 1.74%
G = 15.97%
B = 82.29%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#052EED (or 0x052EED) is known color: Blue. HEX triplet: 05, 2E and ED. RGB value is (5,46,237). Sum of RGB (Red+Green+Blue) = 5+46+237=288 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 288); Green value is 46 (18.36% from 255 or 15.97% from 288); Blue value is 237 (92.97% from 255 or 82.29% from 288); Max value from RGB is 237 - color contains mainly: blue. Hex color #052EED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #052EED is #FAD112. Grayscale: #363636. Windows color (decimal): -16437523 or 15543813. OLE color: 15543813.

HSL color Cylindrical-coordinate representation of color #052EED: hue angle of 229.4º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052EED is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 5 46 237 -
CMYK 0.98 0.81 0 0.07
HSL 229.4º 0.96% 0.47% -
HSV(B) 229.4º 0.98% 0.93% -
XYZ 16.33 8.1 80.82 -
YUV 55.52 230.42 91.97 -
System Red Green Blue C M Y K H S L
Decimal 5 46 237 0.98 0.81 0 0.07 229.4 0.96 0.47
Hex 5 2E ED 62 51 0 7 E5 60 2F
Octal 5 56 355 142 121 0 7 345 140 57
Binary 101 101110 11101101 1100010 1010001 0 111 11100101 1100000 101111

Color Harmonies of #052EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052EED

Black with #052EED

Text Example


Text Example

White with #052EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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