Html Css Color HEX #0229EA Blue

📋 copy color: '#0229EA'

red 2 ◦ green 41 ◦ blue 234

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

Shades of Blue #0229EA

Tints of Blue #0229EA

RGB

 RED value IS 2 (1.17% from 255) = 0.72%

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

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

R = 0.72%
G = 14.8%
B = 84.48%

CMYK

 C value IS 0.99

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0229EA (or 0x0229EA) is known color: Blue. HEX triplet: 02, 29 and EA. RGB value is (2,41,234). Sum of RGB (Red+Green+Blue) = 2+41+234=277 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 234 (91.80% from 255 or 84.48% from 277); Max value from RGB is 234 - color contains mainly: blue. Hex color #0229EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0229EA is #FDD615. Grayscale: #323232. Windows color (decimal): -16635414 or 15345922. OLE color: 15345922.

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

Color convert

RGB 2 41 234 -
CMYK 0.99 0.82 0 0.08
HSL 229.91º 0.98% 0.46% -
HSV(B) 229.91º 0.99% 0.92% -
XYZ 15.67 7.54 78.47 -
YUV 51.34 231.08 92.81 -
System Red Green Blue C M Y K H S L
Decimal 2 41 234 0.99 0.82 0 0.08 229.91 0.98 0.46
Hex 2 29 EA 63 52 0 8 E6 62 2E
Octal 2 51 352 143 122 0 10 346 142 56
Binary 10 101001 11101010 1100011 1010010 0 1000 11100110 1100010 101110

Color Harmonies of #0229EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0229EA

Black with #0229EA

Text Example


Text Example

White with #0229EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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