Html Css Color HEX #0029EA Blue

📋 copy color: '#0029EA'

red 0 ◦ green 41 ◦ blue 234

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

Shades of Blue #0029EA

Tints of Blue #0029EA

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 234 (91.8% from 255) = 85.09%

R = 0%
G = 14.91%
B = 85.09%

CMYK

 C value IS 1

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0029EA (or 0x0029EA) is known color: Blue. HEX triplet: 00, 29 and EA. RGB value is (0,41,234). Sum of RGB (Red+Green+Blue) = 0+41+234=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 234 (91.80% from 255 or 85.09% from 275); Max value from RGB is 234 - color contains mainly: blue. Hex color #0029EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0029EA is #FFD615. Grayscale: #313131. Windows color (decimal): -16766486 or 15345920. OLE color: 15345920.

HSL color Cylindrical-coordinate representation of color #0029EA: hue angle of 229.49º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0029EA is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 41 234 -
CMYK 1 0.82 0 0.08
HSL 229.49º 1% 0.46% -
HSV(B) 229.49º 1% 0.92% -
XYZ 15.64 7.53 78.47 -
YUV 50.74 231.42 91.81 -
System Red Green Blue C M Y K H S L
Decimal 0 41 234 1 0.82 0 0.08 229.49 1 0.46
Hex 0 29 EA 64 52 0 8 E5 64 2E
Octal 0 51 352 144 122 0 10 345 144 56
Binary 0 101001 11101010 1100100 1010010 0 1000 11100101 1100100 101110

Color Harmonies of #0029EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0029EA

Black with #0029EA

Text Example


Text Example

White with #0029EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0029EA; }

 p { color: rgb(0,41,234); }

 H1.HeaderClassName
 {
   color: #0029EA;
 }
 .AnyTagClassName
 {
   color: #0029EA;
 }
</style>

background-color css

<style>
 a { background-color: #0029EA; }

 a { background-color: rgb(0,41,234); }

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

border-color css

<style>
 span { border-color: #0029EA; }

 span { border-color: rgb(0,41,234); }

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