Html Css Color HEX #0020CA Medium Blue

📋 copy color: '#0020CA'

red 0 ◦ green 32 ◦ blue 202

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

Shades of Medium Blue #0020CA

Tints of Medium Blue #0020CA

RGB

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

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

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

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

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0020CA (or 0x0020CA) is known color: Medium Blue. HEX triplet: 00, 20 and CA. RGB value is (0,32,202). Sum of RGB (Red+Green+Blue) = 0+32+202=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 32 (12.89% from 255 or 13.68% 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 #0020CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0020CA is #FFDF35. Grayscale: #292929. Windows color (decimal): -16768822 or 13246464. OLE color: 13246464.

HSL color Cylindrical-coordinate representation of color #0020CA: hue angle of 230.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 #0020CA is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 0 32 202 -
CMYK 1 0.84 0 0.21
HSL 230.5º 1% 0.4% -
HSV(B) 230.5º 1% 0.79% -
XYZ 11.18 5.3 56.31 -
YUV 41.81 218.4 98.18 -
System Red Green Blue C M Y K H S L
Decimal 0 32 202 1 0.84 0 0.21 230.5 1 0.4
Hex 0 20 CA 64 54 0 15 E6 64 28
Octal 0 40 312 144 124 0 25 346 144 50
Binary 0 100000 11001010 1100100 1010100 0 10101 11100110 1100100 101000

Color Harmonies of #0020CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0020CA

Black with #0020CA

Text Example


Text Example

White with #0020CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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