Html Css Color HEX #2004CA Medium Blue

📋 copy color: '#2004CA'

red 32 ◦ green 4 ◦ blue 202

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

Shades of Medium Blue #2004CA

Tints of Medium Blue #2004CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 84.87%

R = 13.45%
G = 1.68%
B = 84.87%

CMYK

 C value IS 0.84

 M value IS 0.98

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2004CA (or 0x2004CA) is known color: Medium Blue. HEX triplet: 20, 04 and CA. RGB value is (32,4,202). Sum of RGB (Red+Green+Blue) = 32+4+202=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 202 (79.30% from 255 or 84.87% from 238); Max value from RGB is 202 - color contains mainly: blue. Hex color #2004CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2004CA is #DFFB35. Grayscale: #222222. Windows color (decimal): -14678838 or 13239328. OLE color: 13239328.

HSL color Cylindrical-coordinate representation of color #2004CA: hue angle of 248.48º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2004CA is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 32 4 202 -
CMYK 0.84 0.98 0 0.21
HSL 248.48º 0.96% 0.4% -
HSV(B) 248.48º 0.98% 0.79% -
XYZ 11.3 4.66 56.18 -
YUV 34.94 222.28 125.9 -
System Red Green Blue C M Y K H S L
Decimal 32 4 202 0.84 0.98 0 0.21 248.48 0.96 0.4
Hex 20 4 CA 54 62 0 15 F8 60 28
Octal 40 4 312 124 142 0 25 370 140 50
Binary 100000 100 11001010 1010100 1100010 0 10101 11111000 1100000 101000

Color Harmonies of #2004CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2004CA

Black with #2004CA

Text Example


Text Example

White with #2004CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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