Html Css Color HEX #0429EE Blue

📋 copy color: '#0429EE'

red 4 ◦ green 41 ◦ blue 238

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

Shades of Blue #0429EE

Tints of Blue #0429EE

RGB

 RED value IS 4 (1.95% from 255) = 1.41%

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

 BLUE value IS 238 (93.36% from 255) = 84.1%

R = 1.41%
G = 14.49%
B = 84.1%

CMYK

 C value IS 0.98

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0429EE (or 0x0429EE) is known color: Blue. HEX triplet: 04, 29 and EE. RGB value is (4,41,238). Sum of RGB (Red+Green+Blue) = 4+41+238=283 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 238 (93.36% from 255 or 84.10% from 283); Max value from RGB is 238 - color contains mainly: blue. Hex color #0429EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0429EE is #FBD611. Grayscale: #333333. Windows color (decimal): -16504338 or 15608068. OLE color: 15608068.

HSL color Cylindrical-coordinate representation of color #0429EE: hue angle of 230.51º degrees, saturation: 0.97, 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 #0429EE is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 4 41 238 -
CMYK 0.98 0.83 0 0.07
HSL 230.51º 0.97% 0.47% -
HSV(B) 230.51º 0.98% 0.93% -
XYZ 16.28 7.78 81.53 -
YUV 52.4 232.74 93.48 -
System Red Green Blue C M Y K H S L
Decimal 4 41 238 0.98 0.83 0 0.07 230.51 0.97 0.47
Hex 4 29 EE 62 53 0 7 E7 61 2F
Octal 4 51 356 142 123 0 7 347 141 57
Binary 100 101001 11101110 1100010 1010011 0 111 11100111 1100001 101111

Color Harmonies of #0429EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0429EE

Black with #0429EE

Text Example


Text Example

White with #0429EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0429EE; }

 p { color: rgb(4,41,238); }

 H1.HeaderClassName
 {
   color: #0429EE;
 }
 .AnyTagClassName
 {
   color: #0429EE;
 }
</style>

background-color css

<style>
 a { background-color: #0429EE; }

 a { background-color: rgb(4,41,238); }

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

border-color css

<style>
 span { border-color: #0429EE; }

 span { border-color: rgb(4,41,238); }

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