Html Css Color HEX #0004EB Blue

📋 copy color: '#0004EB'

red 0 ◦ green 4 ◦ blue 235

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

Shades of Blue #0004EB

Tints of Blue #0004EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 98.33%

R = 0%
G = 1.67%
B = 98.33%

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

#0004EB (or 0x0004EB) is known color: Blue. HEX triplet: 00, 04 and EB. RGB value is (0,4,235). Sum of RGB (Red+Green+Blue) = 0+4+235=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 235 (92.19% from 255 or 98.33% from 239); Max value from RGB is 235 - color contains mainly: blue. Hex color #0004EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0004EB is #FFFB14. Grayscale: #1C1C1C. Windows color (decimal): -16775957 or 15401984. OLE color: 15401984.

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

Color convert

RGB 0 4 235 -
CMYK 1 0.98 0 0.08
HSL 238.98º 1% 0.46% -
HSV(B) 238.98º 1% 0.92% -
XYZ 15.04 6.08 78.98 -
YUV 29.14 244.17 107.22 -
System Red Green Blue C M Y K H S L
Decimal 0 4 235 1 0.98 0 0.08 238.98 1 0.46
Hex 0 4 EB 64 62 0 8 EF 64 2E
Octal 0 4 353 144 142 0 10 357 144 56
Binary 0 100 11101011 1100100 1100010 0 1000 11101111 1100100 101110

Color Harmonies of #0004EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0004EB

Black with #0004EB

Text Example


Text Example

White with #0004EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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