Html Css Color HEX #2000CA Medium Blue

📋 copy color: '#2000CA'

red 32 ◦ green 0 ◦ blue 202

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

Shades of Medium Blue #2000CA

Tints of Medium Blue #2000CA

RGB

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

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

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

R = 13.68%
G = 0%
B = 86.32%

CMYK

 C value IS 0.84

 M value IS 1

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2000CA (or 0x2000CA) is known color: Medium Blue. HEX triplet: 20, 00 and CA. RGB value is (32,0,202). Sum of RGB (Red+Green+Blue) = 32+0+202=234 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.68% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 202 (79.30% from 255 or 86.32% from 234); Max value from RGB is 202 - color contains mainly: blue. Hex color #2000CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2000CA is #DFFF35. Grayscale: #1F1F1F. Windows color (decimal): -14679862 or 13238304. OLE color: 13238304.

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

Color convert

RGB 32 0 202 -
CMYK 0.84 1 0 0.21
HSL 249.5º 1% 0.4% -
HSV(B) 249.5º 1% 0.79% -
XYZ 11.26 4.57 56.17 -
YUV 32.6 223.6 127.57 -
System Red Green Blue C M Y K H S L
Decimal 32 0 202 0.84 1 0 0.21 249.5 1 0.4
Hex 20 0 CA 54 64 0 15 FA 64 28
Octal 40 0 312 124 144 0 25 372 144 50
Binary 100000 0 11001010 1010100 1100100 0 10101 11111010 1100100 101000

Color Harmonies of #2000CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2000CA

Black with #2000CA

Text Example


Text Example

White with #2000CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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