Html Css Color HEX #2004EB Blue

📋 copy color: '#2004EB'

red 32 ◦ green 4 ◦ blue 235

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

Shades of Blue #2004EB

Tints of Blue #2004EB

RGB

 RED value IS 32 (12.89% from 255) = 11.81%

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

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

R = 11.81%
G = 1.48%
B = 86.72%

CMYK

 C value IS 0.86

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2004EB (or 0x2004EB) is known color: Blue. HEX triplet: 20, 04 and EB. RGB value is (32,4,235). Sum of RGB (Red+Green+Blue) = 32+4+235=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 235 (92.19% from 255 or 86.72% from 271); Max value from RGB is 235 - color contains mainly: blue. Hex color #2004EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2004EB is #DFFB14. Grayscale: #252525. Windows color (decimal): -14678805 or 15402016. OLE color: 15402016.

HSL color Cylindrical-coordinate representation of color #2004EB: hue angle of 247.27º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2004EB is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 32 4 235 -
CMYK 0.86 0.98 0 0.08
HSL 247.27º 0.97% 0.47% -
HSV(B) 247.27º 0.98% 0.92% -
XYZ 15.63 6.39 79.01 -
YUV 38.71 238.78 123.22 -
System Red Green Blue C M Y K H S L
Decimal 32 4 235 0.86 0.98 0 0.08 247.27 0.97 0.47
Hex 20 4 EB 56 62 0 8 F7 61 2F
Octal 40 4 353 126 142 0 10 367 141 57
Binary 100000 100 11101011 1010110 1100010 0 1000 11110111 1100001 101111

Color Harmonies of #2004EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2004EB

Black with #2004EB

Text Example


Text Example

White with #2004EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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