Html Css Color HEX #0529EF Blue

📋 copy color: '#0529EF'

red 5 ◦ green 41 ◦ blue 239

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

Shades of Blue #0529EF

Tints of Blue #0529EF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.39%

 BLUE value IS 239 (93.75% from 255) = 83.86%

R = 1.75%
G = 14.39%
B = 83.86%

CMYK

 C value IS 0.98

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0529EF (or 0x0529EF) is known color: Blue. HEX triplet: 05, 29 and EF. RGB value is (5,41,239). Sum of RGB (Red+Green+Blue) = 5+41+239=285 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 239 (93.75% from 255 or 83.86% from 285); Max value from RGB is 239 - color contains mainly: blue. Hex color #0529EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0529EF is #FAD610. Grayscale: #333333. Windows color (decimal): -16438801 or 15673605. OLE color: 15673605.

HSL color Cylindrical-coordinate representation of color #0529EF: hue angle of 230.77º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0529EF is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 5 41 239 -
CMYK 0.98 0.83 0 0.06
HSL 230.77º 0.96% 0.48% -
HSV(B) 230.77º 0.98% 0.94% -
XYZ 16.44 7.85 82.31 -
YUV 52.81 233.07 93.9 -
System Red Green Blue C M Y K H S L
Decimal 5 41 239 0.98 0.83 0 0.06 230.77 0.96 0.48
Hex 5 29 EF 62 53 0 6 E7 60 30
Octal 5 51 357 142 123 0 6 347 140 60
Binary 101 101001 11101111 1100010 1010011 0 110 11100111 1100000 110000

Color Harmonies of #0529EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0529EF

Black with #0529EF

Text Example


Text Example

White with #0529EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0529EF; }

 p { color: rgb(5,41,239); }

 H1.HeaderClassName
 {
   color: #0529EF;
 }
 .AnyTagClassName
 {
   color: #0529EF;
 }
</style>

background-color css

<style>
 a { background-color: #0529EF; }

 a { background-color: rgb(5,41,239); }

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

border-color css

<style>
 span { border-color: #0529EF; }

 span { border-color: rgb(5,41,239); }

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