Html Css Color HEX #0004EA Blue

📋 copy color: '#0004EA'

red 0 ◦ green 4 ◦ blue 234

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

Shades of Blue #0004EA

Tints of Blue #0004EA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.68%

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

R = 0%
G = 1.68%
B = 98.32%

CMYK

 C value IS 1

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0004EA (or 0x0004EA) is known color: Blue. HEX triplet: 00, 04 and EA. RGB value is (0,4,234). Sum of RGB (Red+Green+Blue) = 0+4+234=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 234 (91.80% from 255 or 98.32% from 238); Max value from RGB is 234 - color contains mainly: blue. Hex color #0004EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0004EA is #FFFB15. Grayscale: #1C1C1C. Windows color (decimal): -16775958 or 15336448. OLE color: 15336448.

HSL color Cylindrical-coordinate representation of color #0004EA: hue angle of 238.97º 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 #0004EA is Cyan = 1, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 4 234 -
CMYK 1 0.98 0 0.08
HSL 238.97º 1% 0.46% -
HSV(B) 238.97º 1% 0.92% -
XYZ 14.89 6.03 78.22 -
YUV 29.02 243.67 107.3 -
System Red Green Blue C M Y K H S L
Decimal 0 4 234 1 0.98 0 0.08 238.97 1 0.46
Hex 0 4 EA 64 62 0 8 EF 64 2E
Octal 0 4 352 144 142 0 10 357 144 56
Binary 0 100 11101010 1100100 1100010 0 1000 11101111 1100100 101110

Color Harmonies of #0004EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0004EA

Black with #0004EA

Text Example


Text Example

White with #0004EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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